8 lines
172 B
YAML
8 lines
172 B
YAML
---
|
|
- ansible.builtin.set_fact:
|
|
python3: true
|
|
|
|
- name: append to pkgs
|
|
ansible.builtin.set_fact:
|
|
syspkgs: "{{ syspkgs + pkgconfig.python3.pkgs[ansible_system] }}"
|