mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed typo
This commit is contained in:
parent
1e2bd3d483
commit
e35a757ee7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class ActionModule(ActionBase):
|
||||||
result.update(exc.result)
|
result.update(exc.result)
|
||||||
for field in ('_ansible_notify',):
|
for field in ('_ansible_notify',):
|
||||||
if field in result:
|
if field in result:
|
||||||
results.pop(field)
|
result.pop(field)
|
||||||
|
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
if display.verbosity > 2:
|
if display.verbosity > 2:
|
||||||
|
|
Loading…
Reference in a new issue