arkenfox role
This commit is contained in:
parent
f1079070a4
commit
eb7a3283c8
7 changed files with 1465 additions and 4 deletions
|
@ -0,0 +1,10 @@
|
|||
- name: Copy arkenfox files
|
||||
ansible.builtin.copy:
|
||||
src: '{{ item }}'
|
||||
dest: '/{{ item }}'
|
||||
mode: '0644'
|
||||
loop:
|
||||
- 'usr/lib64/firefox/browser/defaults/preferences/userjs-arkenfox.js'
|
||||
- 'usr/lib64/firefox/browser/defaults/preferences/userjs-brace.js'
|
||||
- 'usr/lib64/firefox/browser/defaults/preferences/userjs-override.js'
|
||||
- 'usr/lib64/firefox/distribution/policies.json'
|
Loading…
Add table
Add a link
Reference in a new issue