Ceph check was missing changed_when
This commit is contained in:
parent
0201329526
commit
843e991172
@ -8,3 +8,4 @@
|
|||||||
register: ceph_status
|
register: ceph_status
|
||||||
failed_when: "'HEALTH_OK' not in '{{ ceph_status.stdout }}'"
|
failed_when: "'HEALTH_OK' not in '{{ ceph_status.stdout }}'"
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
changed_when: false
|
||||||
|
Loading…
Reference in New Issue
Block a user