From a739771723f24abff8d6779920b9dc9f9329434e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 4 Jun 2019 17:04:27 -0600 Subject: [PATCH] ansible-lint: Allow a tab in this particular line Signed-off-by: Zack Cerza --- ansible/roles/ceph-graphite/tasks/configure_graphite_web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3