mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix and enable more tests for osx and freebsd. (#20482)
* Fix `iterators` test for osx. * Enable `git` test for osx. * Enable `get_url` test for osx and freebsd. * Remove unused SNI_URI from uri test. * Use ansible hosted SNI host oustside docker. * Enable `uri` test for osx and freebsd. * Enable `gathering_facts` test for osx. * Skip single task on osx until test is fixed.
This commit is contained in:
parent
75437bbe3c
commit
9213d0c5b0
10 changed files with 7 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
badssl_host: wrong.host.badssl.com
|
||||
httpbin_host: httpbin.org
|
||||
sni_host: sni.velox.ch
|
||||
sni_host: ci-files.testing.ansible.com
|
||||
badssl_host_substring: wrong.host.badssl.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue