There was an error while loading. Please reload this page.
2 parents 41f7ebe + 0c9234c commit 7db327dCopy full SHA for 7db327d
roles/base/tasks/snap.yml
@@ -5,12 +5,6 @@
5
state: present
6
become: yes
7
8
-- name: Remove Firefox Snap
9
- snap:
10
- name: firefox
11
- state: absent
12
- become: yes
13
-
14
- name: Install Snap packages
15
snap:
16
name: "{{ item }}"
roles/firefox/tasks/main.yml
@@ -1,6 +1,12 @@
1
---
2
# https://support.mozilla.org/en-US/kb/install-firefox-linux#w_install-firefox-deb-package-for-debian-based-distributions-recommended
3
- block:
4
+ - name: Remove Firefox Snap
+ snap:
+ name: firefox
+ state: absent
+ become: yes
+
- name: Ensure APT keyrings directory exists
ansible.builtin.file:
path: /etc/apt/keyrings
0 commit comments