diff options
author | Jan Chaloupka <jchaloup@redhat.com> | 2017-09-19 15:14:18 +0200 |
---|---|---|
committer | Jan Chaloupka <jchaloup@redhat.com> | 2017-09-22 10:12:20 +0200 |
commit | f8664e17ef5e6bead61d8471facd2859fd10c180 (patch) | |
tree | 478c21fd924ce9d6abf410b57257c004637aa31a /roles/etcd/tasks/auxiliary | |
parent | 2d0501b63ff07b177b3fb5b1c6663ed369656240 (diff) | |
download | openshift-f8664e17ef5e6bead61d8471facd2859fd10c180.tar.gz openshift-f8664e17ef5e6bead61d8471facd2859fd10c180.tar.bz2 openshift-f8664e17ef5e6bead61d8471facd2859fd10c180.tar.xz openshift-f8664e17ef5e6bead61d8471facd2859fd10c180.zip |
consolidate etcd_migrate role
Diffstat (limited to 'roles/etcd/tasks/auxiliary')
-rw-r--r-- | roles/etcd/tasks/auxiliary/clean_data.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/etcd/tasks/auxiliary/clean_data.yml b/roles/etcd/tasks/auxiliary/clean_data.yml new file mode 100644 index 000000000..95a0e7c0a --- /dev/null +++ b/roles/etcd/tasks/auxiliary/clean_data.yml @@ -0,0 +1,5 @@ +--- +- name: Remove member data + file: + path: /var/lib/etcd/member + state: absent |