Merge "Cleanup unneeded things post docker-compose upgrade"

This commit is contained in:
Zuul 2020-04-20 22:26:47 +00:00 committed by Gerrit Code Review
commit fa67bbd003
2 changed files with 0 additions and 12 deletions

View File

@ -17,12 +17,6 @@
# We install docker-compose from pypi to get features like
# stop_grace_period.
- name: Remove distro docker-compose
package:
name:
- docker-compose
state: absent
- name: ensure pip3 is installed
include_role:
name: pip3

View File

@ -36,12 +36,6 @@
template:
src: myid.j2
dest: /var/zookeeper/data/myid
# Temporary until 719589 merges.
- name: Install docker-compose
pip:
name: docker-compose
state: present
executable: pip3
- name: Run docker-compose pull
shell:
cmd: docker-compose pull