I have a small playbook that is using variables based on a file.
Main.yml
the file will always exist while second.yml
might exist.
Is it possible to configure the playbook to continue in case
second.yml
file does not exist?If I will add to the
main.yml
the value ofAdditional_file: yes
, Can I configure the playbook to loadsecond.yml
only in caseAdditional_file value = yes