mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Cleaning up some of the notify/facts logic added earlier to fix problems
This commit is contained in:
@@ -28,7 +28,7 @@ class ActionModule(ActionBase):
|
||||
# Remove special fields from the result, which can only be set
|
||||
# internally by the executor engine. We do this only here in
|
||||
# the 'normal' action, as other action plugins may set this.
|
||||
for field in ('ansible_facts', 'ansible_notify'):
|
||||
for field in ('ansible_notify',):
|
||||
if field in results:
|
||||
results.pop(field)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user