andrewrothstein / ansible-docker

MIT License
5 stars 8 forks source link

updated min_ansible_version to 2.1 #12

Closed chenry333 closed 7 years ago

chenry333 commented 7 years ago

the filename parameter is utilized in apt.yml - https://github.com/andrewrothstein/ansible-docker/blob/365916266872a036b41332e7ea060c18116df389/tasks/apt.yml#L15

but was only added in ansible 2.1 - http://docs.ansible.com/ansible/apt_repository_module.html#options

Running on ansible 2.0 results in:

TASK [andrewrothstein.docker : install docker.list] ****************************
fatal: [192.168.6.132]: FAILED! => {"changed": false, "failed": true, "msg": "unsupported parameter for module: filename"}
andrewrothstein commented 7 years ago

Thanks for the fix.