Files
ansible_role_package/tasks/pkgs/python3-pip.yml
2025-02-09 18:24:38 -07:00

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] }}"