Skip to content

Commit

Permalink
Drop redundant EOL escape from win_updates action
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored and anas-shami committed Sep 23, 2019
1 parent 23fd351 commit 8bd4066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/plugins/action/win_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _execute_module_with_become(self, module_name, module_args, task_vars,
wrap_async, use_task):
orig_become = self._play_context.become
orig_become_method = self._play_context.become_method
orig_become_user = self._play_context.become_user\
orig_become_user = self._play_context.become_user

if not use_task:
if orig_become is None or orig_become is False:
Expand Down

0 comments on commit 8bd4066

Please sign in to comment.