REmoved dep because they get included via task

This commit is contained in:
2025-07-10 12:42:38 +02:00
parent ff38b86493
commit bafd9e0f23
59 changed files with 40 additions and 43 deletions

View File

@@ -0,0 +1,17 @@
---
- name: Install Firefox
package:
name: "{{ firefox_package }}"
state: present
- name: Ensure Firefox distribution policies directory exists
file:
path: "{{ firefox_policy_dir }}"
state: directory
mode: '0755'
- name: Deploy Firefox Enterprise Policies file
template:
src: policies.json.j2
dest: "{{ firefox_policy_file }}"
mode: '0644'