working on helpers

This commit is contained in:
Matthew Stobbs
2026-02-05 17:18:02 -07:00
parent e231c6ae7a
commit e91e7e9698
12 changed files with 170 additions and 147 deletions

View File

@@ -1,6 +1,6 @@
# vim: set filetype=yaml.ansible :
---
- name: Load firefox pkgconfig
ansible.bulitin.set_fact:
ansible.builtin.set_fact:
firefox:
method: "{{ pkgconfig.firefox.method[ansible_os_family] | default(pkgconfig.firefox.method.default) }}"