# HG changeset patch # User Meredith Howard # Date 1498262806 14400 # Node ID 87a637974823da8e67b63591776d35b1e6d74dbc # Parent 8b0c09efbb5b7bf17376a8c22f7bbc149c4a6a6f firefox got less wonky diff --git a/local.yml b/local.yml --- a/local.yml +++ b/local.yml @@ -4,5 +4,4 @@ roles: - devbox - user - - {role: firefox, when: gui_enabled} diff --git a/roles/devbox/tasks/dist-debian.yml b/roles/devbox/tasks/dist-debian.yml --- 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 diff --git a/roles/firefox/tasks/main.yml b/roles/firefox/tasks/main.yml 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')