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.)
This commit is contained in:
parent
39acb2b84d
commit
56d882abed
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
- name: Confirm node upgrade
|
||||
pause:
|
||||
echo: yes
|
||||
prompt: "Ready to upgrade node ?"
|
||||
prompt: "Ready to upgrade node? (Press Enter to continue or Ctrl+C for other options)"
|
||||
when:
|
||||
- upgrade_node_confirm
|
||||
|
||||
|
|
Loading…
Reference in a new issue