-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to include_tasks, increased min_ansible_version to 2.4
- Loading branch information
Tobias Richter
committed
Nov 30, 2018
1 parent
072091a
commit f001f7a
Showing
7 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
- name: "Run enforce ssl test for author" | ||
static: no | ||
include: ssl-enforce-test.yml | ||
include_tasks: ssl-enforce-test.yml | ||
vars: | ||
enforce_ssl_config: "{{ conga_config }}" | ||
when: conga_config.httpd.ssl.enforce | ||
|
||
- name: "Check for HTTP code 401 in final http(s) response" | ||
static: no | ||
include: response-test.yml | ||
include_tasks: response-test.yml | ||
vars: | ||
response_test_config: "{{ conga_config }}" | ||
response_test_expected_http_code: "{{ conga_aemdst_author_expected_http_code }}" | ||
response_test_lazy: "{{ conga_aemdst_author_follow_redirects }}" | ||
response_test_follow_redirects: "{{ conga_aemdst_author_lazy }}" | ||
response_test_follow_redirects: "{{ conga_aemdst_author_lazy }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters