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/lookup_url | |
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/lookup_url')
-rw-r--r-- | test/integration/targets/lookup_url/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/lookup_url/aliases b/test/integration/targets/lookup_url/aliases index 9419339aa7..28990148bb 100644 --- a/test/integration/targets/lookup_url/aliases +++ b/test/integration/targets/lookup_url/aliases @@ -1,3 +1,4 @@ +destructive shippable/posix/group1 needs/httptester skip/aix |