]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
ansible-lint: Allow a tab in this particular line
authorZack Cerza <zack@redhat.com>
Tue, 4 Jun 2019 23:04:27 +0000 (17:04 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 4 Jun 2019 23:34:12 +0000 (17:34 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
ansible/roles/ceph-graphite/tasks/configure_graphite_web.yml

index 1679d5a7ec3872d9f3d1ee0cc3f81b945c51bbd5..05debbb260be6c0a549bd81cac2816d7b3d0c2e8 100644 (file)
@@ -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: '<Directory "/usr/share/graphite/">'
     state: present
   when: ansible_pkg_mgr == "yum"