File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
ansible/roles/master/tasks Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments