firefox/firefox.yml
2022-07-12 16:08:38 +02:00

12 lines
276 B
YAML

- name: Basic Debian Linux Setup
hosts: all
tasks:
- name: Firefox policy
ansible.builtin.copy:
src: policies.json
dest: /usr/lib/firefox/distribution/policies.json
owner: root
group: root
mode: '0444'
backup: yes