Change to definitely use a string value.
This commit is contained in:
@ -43,11 +43,11 @@
|
||||
tasks:
|
||||
- include: tasks/linux/software/flatpaks.yml
|
||||
when: ansible_system == "Linux" and
|
||||
flatpak_distro == true
|
||||
flatpak_distro == "yes sir"
|
||||
- name: Worktation | Linux | Packages | Not Implemented
|
||||
shell: echo "Not implemented yet. :("
|
||||
when: ansible_system == "Linux" and
|
||||
flatpak_distro != true
|
||||
flatpak_distro != "yes sir"
|
||||
|
||||
- include: tasks/freebsd/software/gui.yml
|
||||
when: ansible_system == "FreeBSD"
|
||||
|
Reference in New Issue
Block a user