mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
AC-641 Added pattern to respond to key unlock prompt for project update.
This commit is contained in:
@@ -671,6 +671,7 @@ class RunProjectUpdate(BaseTask):
|
||||
re.compile(r'^Password for.*:\s*?$', re.M): 'scm_password',
|
||||
re.compile(r'^Password:\s*?$', re.M): 'scm_password',
|
||||
re.compile(r'^\S+?@\S+?\'s\s+?password:\s*?$', re.M): 'scm_password',
|
||||
re.compile(r'^Enter passphrase for .*:\s*?$', re.M): 'scm_key_unlock',
|
||||
# FIXME: Configure whether we should auto accept host keys?
|
||||
re.compile(r'^Are you sure you want to continue connecting \(yes/no\)\?\s*?$', re.M): 'yes',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user