Add firefox role for Windows
This commit is contained in:
parent
179273c22b
commit
d6e09f2317
14
roles/firefox/tasks/Windows.yaml
Normal file
14
roles/firefox/tasks/Windows.yaml
Normal 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
|
2
roles/firefox/tasks/main.yaml
Normal file
2
roles/firefox/tasks/main.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
- include_tasks: '{{ansible_os_family}}.yaml'
|
@ -25,3 +25,4 @@
|
||||
|
||||
- role: 1password
|
||||
- role: autohotkey
|
||||
- role: firefox
|
||||
|
Loading…
x
Reference in New Issue
Block a user