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.ymlfile does not exist?If I will add to the
main.ymlthe value ofAdditional_file: yes, Can I configure the playbook to loadsecond.ymlonly in caseAdditional_file value = yes