summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/backup/unarchive.yml
diff options
context:
space:
mode:
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 }}"