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

spacing issue (#39884)

This commit is contained in:
Ken Celenza 2018-05-09 04:08:59 -04:00 committed by Martin Krizek
parent c164069079
commit e476089bb9

View file

@ -103,8 +103,8 @@ This example is a simple demonstration that shows how to minimally run a couple
if tqm is not None:
tqm.cleanup()
# Remove ansible tmpdir
shutil.rmtree(C.DEFAULT_LOCAL_TMP, True)
# Remove ansible tmpdir
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.