Skip to content

Commit ccf325d

Browse files
committed
replacing tab with space
1 parent e220d89 commit ccf325d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
ansible.builtin.command: >
8585
oc patch OCSInitialization ocsinit -n openshift-storage
8686
--type json --patch '[{ "op": "replace", "path": "/spec/enableCephTools", "value": true }]'
87-
register: ceph_tools_success
87+
register: ceph_tools_success
8888
retries: 20
8989
delay: 30
9090
until: ceph_tools_success is not failed

0 commit comments

Comments
 (0)