ICTO / ansible-jenkins

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

[DEPRECATION WARNING]: Using bare variables is deprecated #50

Closed lmilbaum closed 7 years ago

lmilbaum commented 8 years ago

TASK [flyapen.jenkins : Install dependencies] ** [DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment value uses the full variable syntax ('{{jenkins.deb.dependencies}}'). This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

takluyver commented 7 years ago

I've made #54 to fix this.