mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 20:00:58 +00:00
fixed typo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user