fixed typo

pull/18822/merge
Brian Coca 8 years ago
parent 1e2bd3d483
commit e35a757ee7

@ -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:

Loading…
Cancel
Save