9 lines
207 B
YAML
9 lines
207 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- ansible.builtin.set_fact:
|
|
python3: true
|
|
|
|
- name: append to pkgs
|
|
ansible.builtin.set_fact:
|
|
syspkgs: "{{ syspkgs + pkgconfig.python3.pkgs[ansible_system] }}"
|