mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix github_issue test and enable in CI.
This commit is contained in:
parent
6e79dfb5f3
commit
a7d5492ea3
9 changed files with 27 additions and 4 deletions
|
@ -112,7 +112,7 @@
|
|||
assert:
|
||||
that:
|
||||
- "result|failed"
|
||||
- "'Failed to validate the SSL certificate' in result.msg"
|
||||
- "'Failed to validate the SSL certificate' in result.msg or (result.msg | match('hostname .* doesn.t match .*'))"
|
||||
- "stat_result.stat.exists == false"
|
||||
|
||||
- name: test https fetch to a site with mismatched hostname and certificate and validate_certs=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue