]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
common: do not use pipefail when not needed
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 Nov 2020 16:08:18 +0000 (17:08 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 1 Dec 2020 20:07:09 +0000 (15:07 -0500)
commit86a8889ee3adffc81d3435895a7a117824e779ad
tree71cc95930d0e1fbd1b9b63070096b5e9ac5ef7a3
parentcf7345f143148a6be2d71954f829a8f7fe11ab22
common: do not use pipefail when not needed

Let's discard the ansible lint error 306 and add a "# noqa 306" on tasks
where we don't need `set -o pipefail`

Fixes: #6090
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/purge-cluster.yml
infrastructure-playbooks/rolling_update.yml
roles/ceph-osd/tasks/start_osds.yml