Skip to content

Commit

Permalink
fix abort instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Apr 11, 2024
1 parent 0f07b63 commit 6b70683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oracle-cloud-native-environment/create_instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@

- name: Pause play to interact with the servers
ansible.builtin.pause:
prompt: "Playbook paused... hit <enter> to continue or <ctrl-c a> to abort. Aborting at this stage requires manual removal of all cloud resources this playbook creates."
prompt: "Playbook paused... hit <enter> to continue or <ctrl-c> then <a> to abort. Aborting at this stage requires manual removal of all cloud resources this playbook creates."

- name: Terminate instances and delete OCI resources
hosts: localhost
Expand Down
2 changes: 1 addition & 1 deletion oracle-linux-automation-manager/create_instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@

- name: Pause play to interact with the servers
ansible.builtin.pause:
prompt: "Playbook paused... hit <enter> to continue or <ctrl-c a> to abort. Aborting at this stage requires manual removal of all cloud resources this playbook creates."
prompt: "Playbook paused... hit <enter> to continue or <ctrl-c> then <a> to abort. Aborting at this stage requires manual removal of all cloud resources this playbook creates."

- name: Terminate instances and delete OCI resources
hosts: localhost
Expand Down

0 comments on commit 6b70683

Please sign in to comment.