Remove old legacy maintenance sets

All clusters I know of are long-updated, so this is no longer needed.
This commit is contained in:
Joshua Boniface 2024-01-30 10:44:14 -05:00
parent 133ba8b57a
commit 4a5727e671
2 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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