Cleanup unneeded things post docker-compose upgrade

The zookeeper role can use the default pip installed docker-compose now.
We can also stop ensuring the distro package is removed as this has run
on all hosts at this point.

Change-Id: Ia034ae7d2c8e38494050698e1bfac0cc273dd200
This commit is contained in:
Clark Boylan 2020-04-20 09:47:12 -07:00
parent fedd6c42f8
commit 5141306c71
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