1
0
Fork 0
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:
Brian Coca 2017-01-11 21:11:12 -05:00
parent 1e2bd3d483
commit e35a757ee7

View file

@ -46,7 +46,7 @@ class ActionModule(ActionBase):
result.update(exc.result)
for field in ('_ansible_notify',):
if field in result:
results.pop(field)
result.pop(field)
except Exception as exc:
if display.verbosity > 2: