9 lines
258 B
YAML
9 lines
258 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Set configuration for air
|
|
ansible.builtin.set_fact:
|
|
air:
|
|
ver: "{{ pkgconfig.air.version }}"
|
|
pkg: "{{ pkgconfig.air.mod_path }}@{{ pkgconfig.air.version }}"
|
|
bin: "{{ pkgconfig.air.bin }}"
|