1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[DOC FIX] Time Limited Background Operations topic styles (#17129)

The styles are leaking, by not closing the "coding" part on the right place
This commit is contained in:
Alan Justino da Silva 2016-08-18 19:45:59 -03:00 committed by Matt Davis
parent 4fbd17d949
commit c5b5a20031

View file

@ -224,9 +224,9 @@ Time Limited Background Operations
`````````````````````````````````` ``````````````````````````````````
Long running operations can be run in the background, and it is possible to Long running operations can be run in the background, and it is possible to
check their status later. For example, to execute ``long_running_operation` check their status later. For example, to execute ``long_running_operation``
asynchronously in the background, with a timeout of 3600 seconds (``-B``), asynchronously in the background, with a timeout of 3600 seconds (``-B``),
and without polling (-P):: and without polling (``-P``)::
$ ansible all -B 3600 -P 0 -a "/usr/bin/long_running_operation --do-stuff" $ ansible all -B 3600 -P 0 -a "/usr/bin/long_running_operation --do-stuff"