gocd-contrib/ansible-gocd

Ansible compatibility < 1.9

Opened this issue · 0 comments

The playbook roles/server/tasks/plugins.yml contains directives that were introduced in ansible 1.9, so it does not run on older versions.

I would like to use this repository with 1.8.4. To keep compatibility we can replace become by sudo, and become_user by sudo_user.