fix(ci): linting issues
This commit is contained in:
parent
5f0f242ab9
commit
8fb4c0be76
2 changed files with 12 additions and 9 deletions
|
|
@ -12,7 +12,7 @@
|
|||
failed_when: "ceph_noout_result.rc != 0"
|
||||
register: "ceph_noout_result"
|
||||
tags: "cluster"
|
||||
|
||||
|
||||
# unset ceph osd nobackfill settings
|
||||
- name: "unset ceph nobackfill"
|
||||
ansible.builtin.shell:
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
failed_when: "ceph_nobackfill_result.rc != 0"
|
||||
register: "ceph_nobackfill_result"
|
||||
tags: "cluster"
|
||||
|
||||
|
||||
# unset ceph osd norebalance settings
|
||||
- name: "unset ceph norebalance"
|
||||
ansible.builtin.shell:
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
failed_when: "ceph_norebalance_result.rc != 0"
|
||||
register: "ceph_norebalance_result"
|
||||
tags: "cluster"
|
||||
|
||||
|
||||
# wait for ceph to be healthy
|
||||
- name: "wait for ceph to be healthy"
|
||||
ansible.builtin.shell:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue