Change true to be literal. Hopefully does not get mistaken for variable name.
This commit is contained in:
parent
38ed8d0eb0
commit
4554a96315
@ -43,11 +43,11 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- include: tasks/linux/software/flatpaks.yml
|
- include: tasks/linux/software/flatpaks.yml
|
||||||
when: ansible_system == "Linux" and
|
when: ansible_system == "Linux" and
|
||||||
flatpak_distro == "true"
|
flatpak_distro == true
|
||||||
- name: Worktation | Linux | Packages | Not Implemented
|
- name: Worktation | Linux | Packages | Not Implemented
|
||||||
shell: echo "Not implemented yet. :("
|
shell: echo "Not implemented yet. :("
|
||||||
when: ansible_system == "Linux" and
|
when: ansible_system == "Linux" and
|
||||||
flatpak_distro != "true"
|
flatpak_distro != true
|
||||||
|
|
||||||
- include: tasks/freebsd/software/gui.yml
|
- include: tasks/freebsd/software/gui.yml
|
||||||
when: ansible_system == "FreeBSD"
|
when: ansible_system == "FreeBSD"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user