Closed takluyver closed 7 years ago
From the Ansible 2 porting guide:
Bare variables in with_ loops should instead use the “{{var}}” syntax, which helps eliminate ambiguity.
Also, this SO answer refers to this change.
yeah did same https://github.com/ICTO/ansible-jenkins/pull/57
Ping @flyapen - this is a simple change which I hope should be low-risk.
Thanks for the pull request!
Thanks for merging it :-)
Closes #50
This is required as of Ansible 2.2 - the 'bare variables' no longer work.