I guess facts are only strings, not booleans. Or I need to learn more.

This commit is contained in:
2021-02-01 03:52:26 -06:00
parent ff0e10506f
commit 834800df8c
2 changed files with 5 additions and 5 deletions

View File

@ -32,10 +32,10 @@
tasks:
- include: tasks/linux/flatpaks.yml
when: ansible_system == "Linux" and
flatpak_distro == yes
flatpak_distro == "true"
- shell: echo "Not implemented yet. :("
when: ansible_system == "Linux" and
flatpak_distro == no
flatpak_distro != "true"
- include: tasks/freebsd/gui.yml
when: ansible_system == "FreeBSD"