summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/backup.force_new_cluster.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-22 10:17:30 -0500
committerRussell Teague <rteague@redhat.com>2017-11-22 10:17:30 -0500
commitee5a7693a20be56b60b965aa92b4727593dd811c (patch)
tree82a8b3b77f31f572cb284290699ea886f88a19df /roles/etcd/tasks/backup.force_new_cluster.yml
parent4f83051b3b7c80e3ad71fc28108cd1fc3646b385 (diff)
downloadopenshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.gz
openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.bz2
openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.xz
openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.zip
Include Deprecation - openshift-etcd
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