From: Zack Cerza Date: Tue, 4 Jun 2019 23:08:45 +0000 (-0600) Subject: ansible-lint: Ignore pipefail warning X-Git-Tag: v2.0.3~3^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eeaa69a61c60be13af9245379ed97424789c6f36;p=cephmetrics.git ansible-lint: Ignore pipefail warning Signed-off-by: Zack Cerza --- diff --git a/ansible/roles/ceph-graphite/tasks/configure_graphite_web.yml b/ansible/roles/ceph-graphite/tasks/configure_graphite_web.yml index 05debbb..d9e9dd1 100644 --- a/ansible/roles/ceph-graphite/tasks/configure_graphite_web.yml +++ b/ansible/roles/ceph-graphite/tasks/configure_graphite_web.yml @@ -81,7 +81,7 @@ notify: Restart graphite-web - name: Get timezone - shell: "timedatectl | grep 'Time zone'" + shell: "timedatectl | grep 'Time zone'" # noqa 306 register: timezone - name: Set timezone in local_settings.py