Skip to content

Commit

Permalink
Fix ansible-lint issue with action_plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Jan 7, 2020
1 parent db5c94d commit b2fe034
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Empty file added library/conga_aemdst_facts.py
Empty file.
Empty file added library/curl_cmdline_helper.py
Empty file.
2 changes: 0 additions & 2 deletions tasks/curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

- name: "Build curl command line."
curl_cmdline_helper:
tags:
- skip_ansible_lint

- debug:
var: conga_aemdst_curl_cmdline
Expand Down
2 changes: 0 additions & 2 deletions tasks/response-test.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 0 additions & 2 deletions tasks/ssl-enforce-test.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b2fe034

Please sign in to comment.