Make cosmetic changes
This commit is contained in:
parent
de274fe024
commit
231f60c3ac
|
@ -20,12 +20,12 @@
|
||||||
- set_fact:
|
- set_fact:
|
||||||
userconfig_path: "{{ profile_path }}/user.js"
|
userconfig_path: "{{ profile_path }}/user.js"
|
||||||
|
|
||||||
- name: 'Firefox: Lockdown config (relaxed)'
|
- name: 'Firefox: Updating config'
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- firefox
|
- firefox
|
||||||
block:
|
block:
|
||||||
- name: 'Firefox: Download lockdown (relaxed) config'
|
- name: 'Firefox: Download lockdown config (relaxed)'
|
||||||
get_url:
|
get_url:
|
||||||
url: 'https://raw.githubusercontent.com/pyllyukko/user.js/relaxed/user.js'
|
url: 'https://raw.githubusercontent.com/pyllyukko/user.js/relaxed/user.js'
|
||||||
dest: "{{ userconfig_path }}-lockdown"
|
dest: "{{ userconfig_path }}-lockdown"
|
||||||
|
|
Loading…
Reference in a new issue