drop unused etcd logic

Fixes #1660
This commit is contained in:
Matthew Mosesohn
2017-09-25 07:52:36 +01:00
parent d94e3a81eb
commit 126f42de06
3 changed files with 2 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
---
# Plan A: no docker-py deps
- name: Install | Copy etcdctl binary from docker container
command: sh -c "{{ docker_bin_dir }}/docker rm -f etcdctl-binarycopy;
{{ docker_bin_dir }}/docker create --name etcdctl-binarycopy {{ etcd_image_repo }}:{{ etcd_image_tag }} &&