diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 10:17:30 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 10:17:30 -0500 |
commit | ee5a7693a20be56b60b965aa92b4727593dd811c (patch) | |
tree | 82a8b3b77f31f572cb284290699ea886f88a19df /roles/etcd/tasks/migrate.yml | |
parent | 4f83051b3b7c80e3ad71fc28108cd1fc3646b385 (diff) | |
download | openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.gz openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.bz2 openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.tar.xz openshift-ee5a7693a20be56b60b965aa92b4727593dd811c.zip |
Include Deprecation - openshift-etcd
Diffstat (limited to 'roles/etcd/tasks/migrate.yml')
-rw-r--r-- | roles/etcd/tasks/migrate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/etcd/tasks/migrate.yml b/roles/etcd/tasks/migrate.yml index 5d5385873..1a75f63f1 100644 --- a/roles/etcd/tasks/migrate.yml +++ b/roles/etcd/tasks/migrate.yml @@ -1,2 +1,2 @@ --- -- include: migration/migrate.yml +- include_tasks: migration/migrate.yml |