Fri, 23 Jun 2017 20:06:46 -0400
firefox got less wonky
local.yml | file | annotate | diff | comparison | revisions | |
roles/devbox/tasks/dist-debian.yml | file | annotate | diff | comparison | revisions | |
roles/firefox/tasks/main.yml | file | annotate | diff | comparison | revisions |
--- a/local.yml +++ b/local.yml @@ -4,5 +4,4 @@ roles: - devbox - user - - {role: firefox, when: gui_enabled}
--- a/roles/devbox/tasks/dist-debian.yml +++ b/roles/devbox/tasks/dist-debian.yml @@ -26,6 +26,7 @@ - fonts-opensymbol - scrot - vim-gtk + - firefox-esr tags: packages, install - name: Install non-gui packages
deleted file mode 100644 --- a/roles/firefox/tasks/main.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- apt_repository: - repo: "deb http://mozilla.debian.net/ {{ansible_distribution_release}}-backports firefox-release" - when: > - ansible_os_family == 'Debian' - and ansible_distribution_release != 'NA' - and ansible_distribution_release != 'stretch' - tags: repos - -- package: - name: firefox-esr - state: latest - tags: packages, install - when: > - not ( ansible_os_family == 'Debian' - and ansible_distribution_release == 'NA')