basic installs working

need to run tests on all the builds alone, should use a container system
This commit is contained in:
2026-03-27 22:04:05 -06:00
parent 7f00bb70dc
commit 3a39c083a8
15 changed files with 154 additions and 25 deletions

View File

@@ -18,6 +18,8 @@
Alpine: ansible
Archlinux: ansible
pip: ansible
pkg_deps:
- pipx
# }}}
- name: Configure ansible
when:
@@ -45,6 +47,12 @@
when:
- ansible_imethod == 'source'
block:
- name: Add ansible package deps
loop: "{{ ansible.pkg_deps }}"
loop_control:
loop_var: dep
ansible.builtin.include_tasks: pkgs/{{ dep }}.yml
- name: Configure ansible source install
ansible.builtin.set_fact:
ansible_src_install: