mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
only support ansible-galaxy collection in 2.9+
see: https://github.com/ansible/awx/issues/7769
This commit is contained in:
@@ -162,7 +162,7 @@
|
|||||||
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
|
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- "ansible_version.full is version_compare('2.8', '>=')"
|
- "ansible_version.full is version_compare('2.9', '>=')"
|
||||||
- collections_enabled|bool
|
- collections_enabled|bool
|
||||||
tags:
|
tags:
|
||||||
- install_collections
|
- install_collections
|
||||||
|
|||||||
Reference in New Issue
Block a user