Files
ansible_role_package/tasks/pkgs/python3-pip.yml
2025-01-25 16:07:24 -07:00

14 lines
326 B
YAML

---
- ansible.builtin.include_vars:
file: python3.yml
name: _python3
- ansible.builtin.set_fact:
pkgconfig:
python3: "{{ _python3 | ansible.builtin.combine(pkgconfig.python3) }}"
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + pkgconfig.python3.pkgs[ansible_system] }}"
tags:
- packages