mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Laying the groundwork for async mode, async status script still needs to be done, and async_wrapper
still needs to daemonize. Then, once done, playbook can be taught how to poll async within the timing window.
This commit is contained in:
parent
1ed212513c
commit
eaa7714ff8
5 changed files with 145 additions and 25 deletions
2
library/ping
Normal file → Executable file
2
library/ping
Normal file → Executable file
|
@ -22,4 +22,4 @@ try:
|
|||
except ImportError:
|
||||
import simplejson as json
|
||||
|
||||
print json.dumps(1)
|
||||
print json.dumps({ "ping" : "pong" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue