Skip to content

Commit

Permalink
replacing tab with space
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeaydem committed Oct 29, 2021
1 parent e220d89 commit ccf325d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
ansible.builtin.command: >
oc patch OCSInitialization ocsinit -n openshift-storage
--type json --patch '[{ "op": "replace", "path": "/spec/enableCephTools", "value": true }]'
register: ceph_tools_success
register: ceph_tools_success
retries: 20
delay: 30
until: ceph_tools_success is not failed

0 comments on commit ccf325d

Please sign in to comment.