mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Handle rpm --addsign pasphrase prompts
This commit is contained in:
@@ -28,6 +28,10 @@ expect {
|
||||
send -- "$passphrase\r"
|
||||
exp_continue
|
||||
}
|
||||
-nocase "enter pass phrase:" {
|
||||
send -- "$passphrase\r"
|
||||
exp_continue
|
||||
}
|
||||
timeout {
|
||||
puts "expect timeout"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user