]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
Skip linting on sed call
authorZack Cerza <zack@redhat.com>
Wed, 4 Oct 2017 21:14:26 +0000 (15:14 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 4 Oct 2017 21:14:26 +0000 (15:14 -0600)
lineinfile won't necessarily work well for this.

Signed-off-by: Zack Cerza <zack@redhat.com>
ansible/roles/ceph-grafana/tasks/grafana_plugins.yml

index 6ee13e616b83d7e4c4bd3febd940246d17eff8d7..96c20b0d74a5db6ec4c0accb0f071c0ee202a642 100644 (file)
@@ -18,3 +18,5 @@
 
 - name: Update status-panel for readability within the 'light' theme
   command: "sed -i.bak -e 's/green/rgb(1,167,1)/g' /var/lib/grafana/plugins/vonage-status-panel/dist/css/status_panel.css"
+  tags:
+    - skip_ansible_lint