We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e220d89 commit ccf325dCopy full SHA for ccf325d
tasks/main.yml
@@ -84,7 +84,7 @@
84
ansible.builtin.command: >
85
oc patch OCSInitialization ocsinit -n openshift-storage
86
--type json --patch '[{ "op": "replace", "path": "/spec/enableCephTools", "value": true }]'
87
- register: ceph_tools_success
+ register: ceph_tools_success
88
retries: 20
89
delay: 30
90
until: ceph_tools_success is not failed
0 commit comments