mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
fix type error.
This commit is contained in:
parent
468770c894
commit
c6ed1ff4ad
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue