diff --git a/lib/ansible/plugins/action/gather_facts.py b/lib/ansible/plugins/action/gather_facts.py index 9bf6296d4e7..ac3fde889ce 100644 --- a/lib/ansible/plugins/action/gather_facts.py +++ b/lib/ansible/plugins/action/gather_facts.py @@ -168,7 +168,6 @@ class ActionModule(ActionBase): finally: self._task.check_mode = check_mode - # restore value for post processing if self._task.async_val != async_val: self._task.async_val = async_val