From f9120084c807383f5615498b8fab69c880be1ab5 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 4 Oct 2017 15:18:09 -0600 Subject: [PATCH] Skip ansible-lint on 'systemctl show' The linter complains about this, but ansible doesn't have the required functionality here. Signed-off-by: Zack Cerza --- ansible/roles/ceph-grafana/tasks/configure_firewall.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/roles/ceph-grafana/tasks/configure_firewall.yml b/ansible/roles/ceph-grafana/tasks/configure_firewall.yml index d36c62d..43fb553 100644 --- a/ansible/roles/ceph-grafana/tasks/configure_firewall.yml +++ b/ansible/roles/ceph-grafana/tasks/configure_firewall.yml @@ -4,6 +4,8 @@ register: firewalld_status failed_when: false changed_when: false + tags: + - skip_ansible_lint - name: Open ports for Grafana and Carbon firewalld: -- 2.47.3