Skip to content

Commit

Permalink
Clarify confirmation prompt (#8589)
Browse files Browse the repository at this point in the history
Entering any value causes the play to proceed, e.g., entering "no<Enter>". (This is simply how Ansible's pause module behaves.)
  • Loading branch information
tjanson authored Mar 7, 2022
1 parent 39acb2b commit 56d882a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/upgrade/pre-upgrade/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56d882a

Please sign in to comment.