ansible / ansible-modules-core

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

async mode is not supported with the script module #5883

Closed piercer closed 7 years ago

piercer commented 7 years ago

ansible: 2.2.0.0

The title says it all.

We have a long running shell script as part of our deployment and very aggressive load balancers culling sessions that seem to be doing nothing.

I thought that 'async' would be the cure for this, but for some inexplicable reason I get the message

'async mode is not supported with the script module'

which I would have thought would be one of the main users of async mode.

This can't be right, surely?

Please advise as to how to proceed.

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.