Add firefox role for Windows

This commit is contained in:
Kenneth Benzie 2022-05-12 20:50:03 +01:00
parent 179273c22b
commit d6e09f2317
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
- name: install chocolatey package
win_chocolatey:
name: firefox
package_params: >-
/l:en-GB
/NoDesktopShortcut
/NoAutoUpdate
state: latest
# - TODO: create extensions directory
# file:
# path: '{{ansible_env.ProgramFiles}}/Mozilla Firefox/distribution/extensions'
# state: directory

View File

@ -0,0 +1,2 @@
---
- include_tasks: '{{ansible_os_family}}.yaml'

View File

@ -25,3 +25,4 @@
- role: 1password - role: 1password
- role: autohotkey - role: autohotkey
- role: firefox