Fix "conditional statements should not include jinja2 templating". Test breaking the cfg file to see if it is even being used.
This commit is contained in:
parent
8f29741a38
commit
d1756ea20e
@ -1,5 +1,5 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = hosts
|
inventory = yolo-test
|
||||||
|
|
||||||
[inventory]
|
[inventory]
|
||||||
localhost_warning = false
|
localhost_warning = false
|
||||||
|
@ -30,10 +30,10 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- include: tasks/flatpaks.yml
|
- include: tasks/flatpaks.yml
|
||||||
when: ansible_system == "Linux" and
|
when: ansible_system == "Linux" and
|
||||||
"{{ flatpak_distro }} == yes"
|
flatpak_distro == yes
|
||||||
- shell: echo "Not implemented yet. :("
|
- shell: echo "Not implemented yet. :("
|
||||||
when: ansible_system == "Linux" and
|
when: ansible_system == "Linux" and
|
||||||
"{{ flatpak_distro }} == no"
|
flatpak_distro == no
|
||||||
- include: tasks/freebsd_gui.yml
|
- include: tasks/freebsd_gui.yml
|
||||||
when: ansible_system == "FreeBSD"
|
when: ansible_system == "FreeBSD"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user