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:
Matt Clay 2017-01-19 17:10:33 -08:00 committed by GitHub
commit 9213d0c5b0
10 changed files with 7 additions and 16 deletions

View file

@ -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: