separate configuration, requirements and variables

This commit is contained in:
Matthew Stobbs
2025-02-09 15:50:59 -07:00
parent fc674fe06f
commit 80af799c47
75 changed files with 501 additions and 579 deletions

View File

@@ -1,10 +1,7 @@
---
- ansible.builtin.include_vars:
file: python3.yml
name: _python3
- ansible.builtin.set_fact:
pkgconfig_python3: "{{ _python3 | ansible.builtin.combine(pkgconfig.python3) }}"
python3: true
- name: append to pkgs
ansible.builtin.set_fact:
syspkgs: "{{ syspkgs + pkgconfig_python3.pkgs[ansible_system] }}"
syspkgs: "{{ syspkgs + pkgconfig.python3.pkgs[ansible_system] }}"