Avoid errors if noout fails
This commit is contained in:
parent
859cfbb51e
commit
74066e6ceb
|
@ -168,6 +168,7 @@
|
|||
|
||||
- name: unset OSD noout
|
||||
command: pvc storage osd unset noout
|
||||
ignore_errors: yes
|
||||
|
||||
- name: unflush node
|
||||
command: "pvc node ready {{ ansible_hostname }} --wait"
|
||||
|
|
Loading…
Reference in New Issue