Fix firefox
This commit is contained in:
parent
98cb78d7af
commit
53bb9c5827
@ -8,8 +8,8 @@
|
||||
community.general.snap:
|
||||
name: firefox
|
||||
state: absent
|
||||
when:
|
||||
- "'firefox' in ansible_facts.packages"
|
||||
when:
|
||||
- 'firefox' in ansible_facts.packages
|
||||
- ansible_facts.packages['firefox'].version == "1:1snap1-0ubuntu2"
|
||||
|
||||
- name: remove apt snap wrapper version
|
||||
@ -17,8 +17,8 @@
|
||||
state: absent
|
||||
pkg:
|
||||
- firefox
|
||||
when:
|
||||
- "'firefox' in ansible_facts.packages"
|
||||
when:
|
||||
- 'firefox' in ansible_facts.packages
|
||||
- ansible_facts.packages['firefox'].version == "1:1snap1-0ubuntu2"
|
||||
|
||||
- name: add ppa
|
||||
|
Loading…
Reference in New Issue
Block a user