mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50: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
|
@ -193,10 +193,10 @@
|
|||
- "{{ output_dir + '/bar1' }}"
|
||||
|
||||
- name: set expected
|
||||
set_fact: first_expected="{{ output_dir | expanduser + '/foo1' }}"
|
||||
set_fact: first_expected="{{ output_dir | expanduser | realpath + '/foo1' }}"
|
||||
|
||||
- name: set unexpected
|
||||
set_fact: first_unexpected="{{ output_dir | expanduser + '/bar1' }}"
|
||||
set_fact: first_unexpected="{{ output_dir | expanduser | realpath + '/bar1' }}"
|
||||
|
||||
- name: verify with_first_found results
|
||||
assert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue