summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/backup.force_new_cluster.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/etcd/tasks/backup.force_new_cluster.yml')
-rw-r--r--roles/etcd/tasks/backup.force_new_cluster.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/etcd/tasks/backup.force_new_cluster.yml b/roles/etcd/tasks/backup.force_new_cluster.yml
index d2e866416..7dd0899ee 100644
--- a/roles/etcd/tasks/backup.force_new_cluster.yml
+++ b/roles/etcd/tasks/backup.force_new_cluster.yml
@@ -1,5 +1,5 @@
---
-- include: backup/vars.yml
+- include_tasks: backup/vars.yml
- name: Move content of etcd backup under the etcd data directory
command: >
@@ -9,4 +9,4 @@
command: >
chown -R etcd:etcd "{{ etcd_data_dir }}"
-- include: auxiliary/force_new_cluster.yml
+- include_tasks: auxiliary/force_new_cluster.yml