mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
AC-537 Fix syntax error.
This commit is contained in:
@@ -754,7 +754,7 @@ class RunInventoryUpdate(BaseTask):
|
|||||||
credential = inventory_source.credential
|
credential = inventory_source.credential
|
||||||
if credential:
|
if credential:
|
||||||
passwords['source_username'] = credential.username
|
passwords['source_username'] = credential.username
|
||||||
passwords['source_password'] = decrypt_field(credential, 'password'))
|
passwords['source_password'] = decrypt_field(credential, 'password')
|
||||||
return passwords
|
return passwords
|
||||||
|
|
||||||
def build_env(self, inventory_update, **kwargs):
|
def build_env(self, inventory_update, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user