From b2fe034840c7f41be424eae2bd4362cbcc25c45a Mon Sep 17 00:00:00 2001 From: Tobias Richter Date: Tue, 7 Jan 2020 21:24:08 +0100 Subject: [PATCH] Fix ansible-lint issue with action_plugins --- library/conga_aemdst_facts.py | 0 library/curl_cmdline_helper.py | 0 tasks/curl.yml | 2 -- tasks/response-test.yml | 2 -- tasks/ssl-enforce-test.yml | 2 -- 5 files changed, 6 deletions(-) create mode 100644 library/conga_aemdst_facts.py create mode 100644 library/curl_cmdline_helper.py diff --git a/library/conga_aemdst_facts.py b/library/conga_aemdst_facts.py new file mode 100644 index 0000000..e69de29 diff --git a/library/curl_cmdline_helper.py b/library/curl_cmdline_helper.py new file mode 100644 index 0000000..e69de29 diff --git a/tasks/curl.yml b/tasks/curl.yml index a099822..7ab5d3c 100644 --- a/tasks/curl.yml +++ b/tasks/curl.yml @@ -10,8 +10,6 @@ - name: "Build curl command line." curl_cmdline_helper: - tags: - - skip_ansible_lint - debug: var: conga_aemdst_curl_cmdline diff --git a/tasks/response-test.yml b/tasks/response-test.yml index c337c17..5467bb5 100644 --- a/tasks/response-test.yml +++ b/tasks/response-test.yml @@ -1,8 +1,6 @@ - name: "Evaluate conga_aemdst_facts." conga_aemdst_facts: conga_config: "{{ response_test_config }}" - tags: - - skip_ansible_lint - name: "Output conga_aemdst_config." debug: diff --git a/tasks/ssl-enforce-test.yml b/tasks/ssl-enforce-test.yml index 5eec208..78034bd 100644 --- a/tasks/ssl-enforce-test.yml +++ b/tasks/ssl-enforce-test.yml @@ -1,8 +1,6 @@ - name: "Evaluate conga_aemdst_facts." conga_aemdst_facts: conga_config: "{{ enforce_ssl_config }}" - tags: - - skip_ansible_lint - name: "Output conga_aemdst_config." debug: