Skip to content

Commit b1bccc0

Browse files
committed
feat: remove pause
1 parent 2ffd127 commit b1bccc0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ansible/roles/master/tasks/first-node-upgrade.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
- "Have a look the upgrade plan in /tmp/upgrade_plan.txt"
2121
tags: upgrade
2222

23-
- pause:
24-
prompt: "Do you want to apply the above changes? (Y/n)"
25-
register: my_pause
26-
delegate_to: localhost
27-
run_once: true
28-
tags: upgrade
23+
# - pause:
24+
# prompt: "Do you want to apply the above changes? (Y/n)"
25+
# register: my_pause
26+
# delegate_to: localhost
27+
# run_once: true
28+
# tags: upgrade
2929

30-
- name: Confirm sync changes
31-
fail:
32-
msg: "Maybe in the next life"
33-
when: my_pause.user_input|lower != 'y'
34-
run_once: true
35-
tags: upgrade
30+
# - name: Confirm sync changes
31+
# fail:
32+
# msg: "Maybe in the next life"
33+
# when: my_pause.user_input|lower != 'y'
34+
# run_once: true
35+
# tags: upgrade
3636

3737

3838
# debug

0 commit comments

Comments
 (0)