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: