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