diff --git a/ansible.cfg b/ansible.cfg index aece4b1..de556bf 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = hosts +inventory = yolo-test [inventory] localhost_warning = false diff --git a/local.yml b/local.yml index b080c54..120589b 100644 --- a/local.yml +++ b/local.yml @@ -30,10 +30,10 @@ tasks: - include: tasks/flatpaks.yml when: ansible_system == "Linux" and - "{{ flatpak_distro }} == yes" + flatpak_distro == yes - shell: echo "Not implemented yet. :(" when: ansible_system == "Linux" and - "{{ flatpak_distro }} == no" + flatpak_distro == no - include: tasks/freebsd_gui.yml when: ansible_system == "FreeBSD"