Move chromium policy create to lmn_fvs task (and make sure, directory exists).
This commit is contained in:
parent
c6c67615f3
commit
f3d9b0c46f
2 changed files with 13 additions and 8 deletions
|
@ -118,6 +118,19 @@
|
|||
src: policies.json
|
||||
dest: /etc/firefox-esr/policies/
|
||||
|
||||
- name: Create chromium policies directory
|
||||
ansible.builtin.file:
|
||||
path: /etc/chromium/policies/managed
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: Set chromium proxy-policy to auto_detect
|
||||
copy:
|
||||
dest: /etc/chromium/policies/managed/proxy.json
|
||||
content: |
|
||||
{
|
||||
"ProxyMode": "auto_detect"
|
||||
}
|
||||
|
||||
- name: Copy some scripts
|
||||
copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue