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

Remove bare variables within with_ loops #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant