mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix code formatting in README.md
This commit is contained in:
parent
269a6d46d6
commit
c839229f54
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ Long running operations can be backgrounded, and their status can be checked on
|
||||||
job ID is given to the same task on all hosts, so you won't lose track. Polling support
|
job ID is given to the same task on all hosts, so you won't lose track. Polling support
|
||||||
is pending in the command line.
|
is pending in the command line.
|
||||||
|
|
||||||
> ansible all -B 3600 -a "/usr/bin/long_running_operation --do-stuff"
|
> ansible all -B 3600 -a "/usr/bin/long_running_operation --do-stuff"
|
||||||
> ansible all -n job_status -a jid=123456789
|
> ansible all -n job_status -a jid=123456789
|
||||||
|
|
||||||
Any module other than 'copy' or 'template' can be backgrounded.
|
Any module other than 'copy' or 'template' can be backgrounded.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue