[stable-1] Install collections in CI directly with git (#2087)

* Install collections in CI directly with git to work around the Galaxy CloudFlare PITA. (#2082)

(cherry picked from commit 7fe9dd7a60)

* Repace more ansible-galaxy collection install calls.

* Restrict community.kubernetes dependency.
This commit is contained in:
Felix Fontein 2021-03-23 08:04:19 +01:00 committed by GitHub
parent 85cd2132fc
commit dba8e02c7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 7 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "Restrict dependency to community.kubernetes to < 2.0.0, since community.general will no longer work with the latest git version of community.kubernetes (https://github.com/ansible-collections/community.general/pull/2087)."