roles/devbox/tasks/dist-debian.yml

changeset 49
6dbfcfdf807c
parent 48
af865a84224a
child 51
5af98666f4d4
--- a/roles/devbox/tasks/dist-debian.yml
+++ b/roles/devbox/tasks/dist-debian.yml
@@ -44,14 +44,3 @@
     name: lightdm
     enabled: yes
     state: started
-
-- apt_repository:
-    repo: "deb http://mozilla.debian.net/ {{ansible_distribution_release}}-backports firefox-release"
-  when: ansible_distribution_release != 'NA'
-  tags: repos
-
-- apt:
-    name: firefox
-    state: latest
-  tags: packages, install
-  when: ansible_distribution_release != 'NA'

mercurial