From: Zack Cerza Date: Tue, 4 Jun 2019 23:04:27 +0000 (-0600) Subject: ansible-lint: Allow a tab in this particular line X-Git-Tag: v2.0.3~3^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a739771723f24abff8d6779920b9dc9f9329434e;p=cephmetrics.git ansible-lint: Allow a tab in this particular line 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 1679d5a..05debbb 100644 --- a/ansible/roles/ceph-graphite/tasks/configure_graphite_web.yml +++ b/ansible/roles/ceph-graphite/tasks/configure_graphite_web.yml @@ -74,7 +74,7 @@ - name: Allow connecting to graphite without auth lineinfile: dest: "{{ graphite.site_conf[ansible_pkg_mgr] }}" - line: " Require all granted" + line: " Require all granted" # noqa 203 insertafter: '' state: present when: ansible_pkg_mgr == "yum"