Fix when syntax.

This commit is contained in:
Hyperling 2021-02-06 15:38:16 -06:00
parent 5a1fab6eea
commit 5947b24b17
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
- ansible
- git
state: latest
when: "1 == 0"
when: 1 == 0
- name: General | Software | Packages | Remove Software
package:

View File

@ -65,7 +65,7 @@
name:
- "{{ firefox }}"
state: absent
when: "{{ firefox }} != {{ firefix_esr }}"
when: firefox != firefix_esr
- name: Workstation | Linux | Flatpak | Remove Software From Package Manager
package: