From: Zack Cerza Date: Wed, 4 Oct 2017 21:14:26 +0000 (-0600) Subject: Skip linting on sed call X-Git-Tag: v1.0~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b441f8d807c05850442c949103ed7152e978659f;p=cephmetrics.git Skip linting on sed call lineinfile won't necessarily work well for this. Signed-off-by: Zack Cerza --- diff --git a/ansible/roles/ceph-grafana/tasks/grafana_plugins.yml b/ansible/roles/ceph-grafana/tasks/grafana_plugins.yml index 6ee13e6..96c20b0 100644 --- a/ansible/roles/ceph-grafana/tasks/grafana_plugins.yml +++ b/ansible/roles/ceph-grafana/tasks/grafana_plugins.yml @@ -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