On 02.07.2019 20:04, 'Michael Raugh - NOAA Affiliate' via Ansible Project wrote:
> The directory is the first one checked in the path:
> /etc/ansible/tower/sitevars/vars/sitevars-Wallops.yml.  The FACL on it
> matches all the other site files, so it's not that.  The file is not
> duplicated anywhere other that the Git repository.  Checked permissions
> there, too.
> 
> My main.yml for tasks contains only this:
> ---
> # tasks file for sitevars
> 
> - include_vars:
>      file: sitevars-{{ site }}.yml
>      name: site
> 
> Which seems to be working for the other 8 sites just fine, and has been for
> a while.
> 
> Still perplexed.

One option is that a non ascii has snuck in somewhere, that and a lot more is 
easy to check with strace

strace -f -x -o ansible.strace ansible-playbook playbook.yml

Then you should have stat(..) line with the filename in ansible.strace and 
openat(...)
and because of -x it will show any non ascii character if there are any.


-- 
Kai Stian Olstad

-- 
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/a9768ff9-a5c8-9239-4643-1f5eee44ff28%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to