]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
common: do not use pipefail when not needed v4.0.42
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 Nov 2020 16:08:18 +0000 (17:08 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 16 Dec 2020 13:05:45 +0000 (14:05 +0100)
commit607ef5a7d2967ad339118b65e288432b0fcf6052
treeb0bd9be0368e94fd0bebcb32f887cb3620a5a22c
parent6855feb604d3dca9c09a9333afd165e52b2cd3dd
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>
(cherry picked from commit 86a8889ee3adffc81d3435895a7a117824e779ad)
infrastructure-playbooks/purge-cluster.yml
infrastructure-playbooks/rolling_update.yml
roles/ceph-osd/tasks/start_osds.yml