Skip to content
This repository was archived by the owner on Nov 23, 2019. It is now read-only.

Conversation

@oguya
Copy link

@oguya oguya commented May 19, 2016

Using bare variables—e.g. ansible_mounts within with_ loops is deprecated from ansible 2.0 onwards. Therefore, you should use the full variable syntax e.g. "{{ ansible_mounts }}"

Ansible 2.0 porting guide: https://docs.ansible.com/ansible/porting_guide_2.0.html

Fixes #31

Using bare variables—e.g. `ansible_mounts' within with_ loops is
deprecated from ansible 2.0 onwards. Therefore, you should use the
full variable syntax e.g. `"{{ ansible_mounts }}"'

Fixes major#31

https://docs.ansible.com/ansible/porting_guide_2.0.html
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant