just finished cbfmt

This commit is contained in:
Matthew Stobbs
2026-03-14 20:22:51 -06:00
parent 19ec5f341b
commit fe266d4b73
10 changed files with 166 additions and 38 deletions

View File

@@ -33,13 +33,13 @@
when:
- ansible_install_method == "system"
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + [ ansible_pkgname[os_family] ] }}"
pkg_sys: "{{ pkg_sys + [ ansible.pkgname[os_family] ] }}"
- name: Append ansible to pipx install list
when:
- ansible_install_method == 'source'
ansible.builtin.set_fact:
pkg_pipx: "{{ pkg_pipx + [ { 'name': ansible_pkgname['pip'] } ] }}"
pkg_pipx: "{{ pkg_pipx + [ { 'name': ansible.pkgname['pip'] } ] }}"
- name: Complete ansible configuration
ansible.builtin.set_fact: