mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Updates and fixes for unit tests on supporting ansible "become"
This commit is contained in:
@@ -338,10 +338,9 @@ class BaseTestMixin(QueueTestMixin):
|
||||
'ssh_key_data': '',
|
||||
'ssh_key_unlock': '',
|
||||
'password': '',
|
||||
'sudo_username': '',
|
||||
'sudo_password': '',
|
||||
'su_username': '',
|
||||
'su_password': '',
|
||||
'become_method': '',
|
||||
'become_username': '',
|
||||
'become_password': '',
|
||||
'vault_password': '',
|
||||
}
|
||||
opts.update(kwargs)
|
||||
|
||||
Reference in New Issue
Block a user