Skip to content

Commit

Permalink
Merge pull request #5 from clouddrove/CD-219
Browse files Browse the repository at this point in the history
python,pip issue
  • Loading branch information
Nikita Dugar committed Nov 19, 2020
2 parents 03212b1 + 3ddd1ec commit b8d7983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- name: ensure dependencies are installed on debian
apt:
pkg: ['python-setuptools',
'python-pip']
'python3-pip']
state: present
update_cache: true
cache_valid_time: 5400
Expand Down Expand Up @@ -46,6 +46,7 @@
- name: install docker compose
pip:
name: docker-compose
executable: /usr/bin/pip3
state: present
version: '{{ docker_compose_version | default(omit) }}'
changed_when: false
Expand Down

0 comments on commit b8d7983

Please sign in to comment.