fix(ci): linting issues

This commit is contained in:
Simon Cornet 2025-05-30 15:07:38 +02:00
commit 8fb4c0be76
2 changed files with 12 additions and 9 deletions

View file

@ -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: