1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

only support ansible-galaxy collection in 2.9+

see: https://github.com/ansible/awx/issues/7769
This commit is contained in:
Ryan Petrello 2020-07-31 09:42:07 -04:00
parent c0a0e16ba0
commit 1ad623f253
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

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