7 lines
221 B
YAML
7 lines
221 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Load firefox pkgconfig
|
|
ansible.bulitin.set_fact:
|
|
firefox:
|
|
method: "{{ pkgconfig.firefox.method[ansible_os_family] | default(pkgconfig.firefox.method.default) }}"
|