ansible / ansible-modules-core

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

ansible_s3 does not support delegate_to #5901

Closed mhollymoodyn closed 7 years ago

mhollymoodyn commented 7 years ago

This repository is locked

Hi Guys,

when i try to add the

delegate_to: localhost

in my playbook to put file on AWS S3 it shows the error below:

FAILED! => {"changed": false, "failed": true, "msg": "unsupported parameter for module: delegate_to"}

Thanks in advance for fixing this issue.

Please open all new issues and pull requests in https://github.com/ansible/ansible

For more information please see http://docs.ansible.com/ansible/dev_guide/repomerge.html

ansibot commented 7 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide.

mhollymoodyn commented 7 years ago

Thanks, just created another issue here: https://github.com/ansible/ansible/issues/22173