Commit b11e69f3 by Toshio Kuratomi

Merge pull request #11452 from soarpenguin/devel

fix type error.
parents 13ac0ba1 c6ed1ff4
...@@ -177,7 +177,7 @@ class CLI(object): ...@@ -177,7 +177,7 @@ class CLI(object):
self.options.become_method = 'sudo' self.options.become_method = 'sudo'
elif self.options.su: elif self.options.su:
self.options.become = True self.options.become = True
options.become_method = 'su' self.options.become_method = 'su'
def validate_conflicts(self, vault_opts=False, runas_opts=False): def validate_conflicts(self, vault_opts=False, runas_opts=False):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment