Skip to content

Commit

Permalink
⬆️ upgrade cryptography and docker_compose
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Jul 31, 2018
1 parent ba44af3 commit 8e4d101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions roles/docker-compose/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---

#pip_docker_version: 2.5.1
pip_docker_compose_version: 1.17.0rc1
pip_cryptography_version: 2.1.2

docker_compose_project_src: "{{ install_dir }}"
docker_compose_filepath: "{{ docker_compose_project_src }}/docker-compose.yml"
4 changes: 2 additions & 2 deletions roles/docker-compose/tasks/install_docker_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
name: '{{ item }}'
state: forcereinstall
with_items:
- cryptography=={{ pip_cryptography_version }}
- docker-compose=={{ pip_docker_compose_version }}
- cryptography==2.3
- docker-compose==1.22.0
executable: pip3

- name: docker-compose.yml template file
Expand Down

0 comments on commit 8e4d101

Please sign in to comment.