Skip to content

Commit

Permalink
Merge pull request ansible#7782 from ryanpetrello/galaxy-collection-i…
Browse files Browse the repository at this point in the history
…nstall-29

only support ansible-galaxy collection in 2.9+

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jul 31, 2020
2 parents 76f75f1 + 1ad623f commit 1077e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/playbooks/project_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1077e21

Please sign in to comment.