removed incorrect assumption on become user being set

pull/11259/merge
Brian Coca 10 years ago
parent ff15f374ad
commit a267f93c83

@ -60,10 +60,6 @@ class Become:
self._detect_privilege_escalation_conflict(ds)
# Setting user implies setting become/sudo/su to true
if 'become_user' in ds and not ds.get('become', False):
ds['become'] = True
# Privilege escalation, backwards compatibility for sudo/su
if 'sudo' in ds or 'sudo_user' in ds:
ds['become_method'] = 'sudo'

Loading…
Cancel
Save