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