ICTO / ansible-jenkins

Ansible playbook: Jenkins
MIT License
282 stars 171 forks source link

Use full variable syntax for with_items #54

Closed takluyver closed 7 years ago

takluyver commented 7 years ago

Closes #50

This is required as of Ansible 2.2 - the 'bare variables' no longer work.

takluyver commented 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.

ZeusF1 commented 7 years ago

yeah did same https://github.com/ICTO/ansible-jenkins/pull/57

takluyver commented 7 years ago

Ping @flyapen - this is a simple change which I hope should be low-risk.

kristofkeppens commented 7 years ago

Thanks for the pull request!

takluyver commented 7 years ago

Thanks for merging it :-)