Merge pull request #7782 from ryanpetrello/galaxy-collection-install-29

only support ansible-galaxy collection in 2.9+

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-07-31 17:54:10 +00:00 committed by GitHub
commit 1077e218bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
when:
- "ansible_version.full is version_compare('2.8', '>=')"
- "ansible_version.full is version_compare('2.9', '>=')"
- collections_enabled|bool
tags:
- install_collections