Remove old legacy maintenance sets
All clusters I know of are long-updated, so this is no longer needed.
This commit is contained in:
parent
133ba8b57a
commit
4a5727e671
|
@ -5,11 +5,6 @@
|
||||||
become_user: root
|
become_user: root
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
tasks:
|
tasks:
|
||||||
- name: set PVC maintenance mode (legacy)
|
|
||||||
command: pvc maintenance on
|
|
||||||
run_once: yes
|
|
||||||
ignore_errors: yes
|
|
||||||
|
|
||||||
- name: set PVC maintenance mode
|
- name: set PVC maintenance mode
|
||||||
command: pvc cluster maintenance on
|
command: pvc cluster maintenance on
|
||||||
run_once: yes
|
run_once: yes
|
||||||
|
|
|
@ -6,11 +6,6 @@
|
||||||
become_user: root
|
become_user: root
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
tasks:
|
tasks:
|
||||||
- name: set PVC maintenance mode (legacy)
|
|
||||||
command: pvc maintenance on
|
|
||||||
run_once: yes
|
|
||||||
ignore_errors: yes
|
|
||||||
|
|
||||||
- name: set PVC maintenance mode
|
- name: set PVC maintenance mode
|
||||||
command: pvc cluster maintenance on
|
command: pvc cluster maintenance on
|
||||||
run_once: yes
|
run_once: yes
|
||||||
|
|
Loading…
Reference in New Issue