I distilled the problem down to a simple YAML file:
- hosts: apps2
vars:
TOP_BAD: ".."
tasks:
- name: check TOP
debug: msg="{{TOP}}"
handlers:
- include: "{{TOP}}/handlers/apache_graceful.yml"
When I save this in inc.yml and run this command:
ansible-playbook -i ../hosts inc.yml
I get this output:
ERROR: file could not read: /home/tekberg/src/ansible_scripts/
provision_apps2/{{TOP}}/handlers/apache_graceful.yml
The actual problem is that the variable TOP is not defined, which should
have been detected prior to trying to open the file. If I change TOP_BAD to
TOP, the script runs to completion with no errors.
Why didn't the interpolation code complain that TOP was undefined?
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/c61e4136-5b8f-4f42-b069-22bb99ff416a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.