Clarify confirmation prompt (#8589)
Entering any value causes the play to proceed, e.g., entering "no<Enter>". (This is simply how Ansible's pause module behaves.)pull/8558/head
parent
39acb2b84d
commit
56d882abed
|
@ -3,7 +3,7 @@
|
||||||
- name: Confirm node upgrade
|
- name: Confirm node upgrade
|
||||||
pause:
|
pause:
|
||||||
echo: yes
|
echo: yes
|
||||||
prompt: "Ready to upgrade node ?"
|
prompt: "Ready to upgrade node? (Press Enter to continue or Ctrl+C for other options)"
|
||||||
when:
|
when:
|
||||||
- upgrade_node_confirm
|
- upgrade_node_confirm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue