diff --git a/.ansible/roles/desktop/tasks/firefox.yaml b/.ansible/roles/desktop/tasks/firefox.yaml index 7ab8197..2ca7c7f 100644 --- a/.ansible/roles/desktop/tasks/firefox.yaml +++ b/.ansible/roles/desktop/tasks/firefox.yaml @@ -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"