Skip to content

Commit

Permalink
Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Piron committed Jan 20, 2017
1 parent 2299a2f commit 76f1fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Downgrade docker-compose version if ansible version < 2.3 and docker-compose > 1.9.0
# Because of docker-compose 1.10+ requires docker python package (instead of the docker-py one)
# which is incompatible with the docker_container module in Ansible < 2.3
# TODO: update ansible version in the comparison when https://github.com/ansible/ansible/issues/20492 gets fixed.
_pip_version_docker_compose: >-
{{ '1.9.0' if ansible_version.full | version_compare('2.3', '<')
and (pip_version_docker_compose=='latest' or pip_version_docker_compose | version_compare('1.9.0', '>'))
Expand Down

0 comments on commit 76f1fc6

Please sign in to comment.