ansible / ansible-modules-core

Ansible modules - these modules ship with ansible
1.3k stars 1.95k forks source link

Path parameter should work like file copy module #5926

Closed sharkvan closed 6 years ago

sharkvan commented 6 years ago

https://github.com/ansible/ansible-modules-core/blob/00911a75ad6635834b6d28eef41f197b2f73c381/cloud/docker/docker_image.py#L311

The parameter Path, should work like the file copy task. This way you can put docker container definitions in the roles's "files" folder without needing to resolve the role path.

sharkvan commented 6 years ago

Sorry did not see the move notice