mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 08:24:02 -07:00
spacing issue (#39884)
This commit is contained in:
parent
c164069079
commit
e476089bb9
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ This example is a simple demonstration that shows how to minimally run a couple
|
||||||
if tqm is not None:
|
if tqm is not None:
|
||||||
tqm.cleanup()
|
tqm.cleanup()
|
||||||
|
|
||||||
# Remove ansible tmpdir
|
# Remove ansible tmpdir
|
||||||
shutil.rmtree(C.DEFAULT_LOCAL_TMP, True)
|
shutil.rmtree(C.DEFAULT_LOCAL_TMP, True)
|
||||||
|
|
||||||
|
|
||||||
.. note:: Ansible emits warnings and errors via the display object, which prints directly to stdout, stderr and the Ansible log.
|
.. note:: Ansible emits warnings and errors via the display object, which prints directly to stdout, stderr and the Ansible log.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue