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