Make cosmetic changes

This commit is contained in:
Scott Wallace 2019-01-31 20:39:12 +00:00
parent de274fe024
commit 231f60c3ac

View file

@ -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"