diff options
author | Matt Martz <matt@sivel.net> | 2020-09-25 21:30:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 21:30:47 +0200 |
commit | 35b0fef536dee06e6cc72f9da2d2a2031bb0add8 (patch) | |
tree | ee4928d83ffcd88eda2307c7f38677a5d46fb6c7 /test/integration/targets/git | |
parent | add badge for CII (#71944) (diff) | |
download | ansible-35b0fef536dee06e6cc72f9da2d2a2031bb0add8.tar.xz ansible-35b0fef536dee06e6cc72f9da2d2a2031bb0add8.zip |
Changes required for macOS 10.15 (#71841)
* Use default group of staff on macos to prevent sudo issues
* Install gnu-tar for macos in git and unarchive tests
* Enable timezone module to support py3 on macos
* If the virtualenv command is missing, try python -m virtualenv
* Install passlib for filter_core on macos
* Install paramiko via pip on macos for paramiko tests
* Normalize discovered python interpreter on macos
* Get pip tests passing, by ensuring we have wheel installed
* Create /etc/ansible for ca certs on mac, list lookup_url as destructive
* Fixups for CA certs
* Include macos
* Dynamically get cafile instead of hardcoding the path
Diffstat (limited to 'test/integration/targets/git')
-rw-r--r-- | test/integration/targets/git/meta/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/git/meta/main.yml b/test/integration/targets/git/meta/main.yml index 07faa21776..34a77cb7e4 100644 --- a/test/integration/targets/git/meta/main.yml +++ b/test/integration/targets/git/meta/main.yml @@ -1,2 +1,3 @@ dependencies: - prepare_tests + - setup_gnutar |