that parameter got added in 2.2, which you are using, but the error
seems to be from trying to use it in an older version.
--
Brian Coca
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receivi
On 08/23/2016 03:38 PM, Frank Thommen wrote:
Hi,
when using the include_module with the "file" parameter, it fails with
AttributeError: 'NoneType' object has no attribute 'startswith'.
[...]
Seems to have been fixed in the latest 2.2 release
f.
--
You received this message because yo
Hi,
when using the include_module with the "file" parameter, it fails with
AttributeError: 'NoneType' object has no attribute 'startswith'.
This works fine:
- testmyvars_1.yml ---
---
- hosts: '{{ target }}'
gather_facts: no
tasks:
- include_vars: ./myvars_1.yml
Hi,
when using the include_module with the "file" parameter, it fails with
AttributeError: 'NoneType' object has no attribute 'startswith'.
This works fine:
- testmyvars_1.yml ---
---
- hosts: '{{ target }}'
gather_facts: no
tasks:
- include_vars: ./myvars_1.yml
Hi,
when using the include_module with the "file" parameter, it fails with
AttributeError: 'NoneType' object has no attribute 'startswith'.
This works fine:
- testmyvars_1.yml ---
---
- hosts: '{{ target }}'
gather_facts: no
tasks:
- include_vars: ./myvars_1.