7 lines
160 B
YAML
7 lines
160 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Set nomad config
|
|
ansible.builtin.set_fact:
|
|
nomad:
|
|
pkgs: "{{ pkgconfig.nomad.pkgs[ansible_system] }}"
|