8 lines
232 B
YAML
8 lines
232 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Set carapace config
|
|
ansible.builtin.set_fact:
|
|
carapace:
|
|
pkgs: "{{ pkgconfig.carapace.pkgs[ansible_system] }}"
|
|
repo: "{{ pkgconfig.carapace.repo[ansible_os_family] }}"
|