summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/process
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2015-11-17 14:22:13 -0500
committerJames Cammarata <jimi@sngx.net>2015-11-17 14:22:52 -0500
commit25807f5404dd0e8ebcaff9356238a1555b16bce8 (patch)
tree3faae228721719f8abdae6a3daa9a0b19be37800 /lib/ansible/executor/process
parentd35f615af8c112d69de0886de5ebbcdca407ab8a (diff)
downloadansible-25807f5404dd0e8ebcaff9356238a1555b16bce8.tar.gz
Don't modify things we've put on the queue
Fixes #12937
Diffstat (limited to 'lib/ansible/executor/process')
-rw-r--r--lib/ansible/executor/process/result.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ansible/executor/process/result.py b/lib/ansible/executor/process/result.py
index cdc8875631..77967dd9f4 100644
--- a/lib/ansible/executor/process/result.py
+++ b/lib/ansible/executor/process/result.py
@@ -142,8 +142,6 @@ class ResultProcess(multiprocessing.Process):
# notifies all other threads
for notify in result_item['_ansible_notify']:
self._send_result(('notify_handler', result, notify))
- # now remove the notify field from the results, as its no longer needed
- result_item.pop('_ansible_notify')
if 'add_host' in result_item:
# this task added a new host (add_host module)