" - - {{ ansible_distribution }}.yml

    - os_defaults.yml"


This looks like a formatting error to me.


vars_files:

   - [ "{{ ansible_os_distribution }}.yml", "os_defaults.yml" ]


OR:

vars_files:

   -

     - "{{ ansible_os_distribution }}.yml"

     - "os_defaults.yml"







On Tue, Jun 24, 2014 at 12:21 PM, <[email protected]> wrote:

> Hi,
>
> I create an issue in the ansible github and Michael DeHaan recomend me to
> ask here for help.
>
> All the information is in this issue:
> https://github.com/ansible/ansible/issues/7901
>
> The summary is:
>
> In Ubuntu 12.04. versions 1.5.4, 1.5.5, 1.6.0 and 1.6.1, a "vars_files"
> section defined like the following example do not find the file to include
> (in the example Ubuntu.yml). But  the os_defaults.yml file is imported
> correctly.
> The same example used with versions older or equal than 1.5.3 and versions
> 1.6.2 and 1.6.3 works correctly.
>
> ---- hosts: all
>   vars_files:
>   - - {{ ansible_distribution }}.yml
>     - os_defaults.yml
>
>   tasks:
>   - debug: msg="{{some_var}}"
>
>
>
> This is the message of the "incorrect" versions:
>
> 158.42.105.25: not importing file: /home/ubuntu/{{ansible_distribution}}.yml
>
>
> This is the message of the "correct" versions:
>
> 158.42.105.25: importing /home/ubuntu/Ubuntu.yml
>
>
> Any ideas?
>
>
> Thanks in advance.
>
> --
> 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/841f61e2-dcc7-4f61-84e1-9aff798623f4%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/841f61e2-dcc7-4f61-84e1-9aff798623f4%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CA%2BnsWgxnYmLwTN_49es8YFGkvweeNcCaZWHxZOEPCYkAoHjjXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to