summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/backup/unarchive.yml
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2017-10-03 21:50:25 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2017-10-23 14:20:27 +0200
commit657cf2a8290d7ba1d3307234f7214b09f5fbeb90 (patch)
treea157f9afcde45db4dabac9f84b0d76afa990e06b /roles/etcd/tasks/backup/unarchive.yml
parent75fc5ef69b792d9595918383286b0d9e45eda848 (diff)
downloadopenshift-657cf2a8290d7ba1d3307234f7214b09f5fbeb90.tar.gz
openshift-657cf2a8290d7ba1d3307234f7214b09f5fbeb90.tar.bz2
openshift-657cf2a8290d7ba1d3307234f7214b09f5fbeb90.tar.xz
openshift-657cf2a8290d7ba1d3307234f7214b09f5fbeb90.zip
etcd: remove hacks for the system container
Use ADDTL_MOUNTS to add a bind mount to the etcd configuration. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'roles/etcd/tasks/backup/unarchive.yml')
-rw-r--r--roles/etcd/tasks/backup/unarchive.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/etcd/tasks/backup/unarchive.yml b/roles/etcd/tasks/backup/unarchive.yml
index 6c75d00a7..a85f533c2 100644
--- a/roles/etcd/tasks/backup/unarchive.yml
+++ b/roles/etcd/tasks/backup/unarchive.yml
@@ -11,4 +11,4 @@
# src: "{{ l_etcd_backup_dir }}.tgz"
# dest: "{{ l_etcd_backup_dir }}"
command: >
- tar -xf "{{ l_etcd_backup_dir }}.tgz" -C "{{ l_etcd_data_dir }}"
+ tar -xf "{{ l_etcd_backup_dir }}.tgz" -C "{{ etcd_data_dir }}"