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/migration | |
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/migration')
-rw-r--r-- | roles/etcd/tasks/migration/check.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/etcd/tasks/migration/check.yml b/roles/etcd/tasks/migration/check.yml index 5c45e5ae1..8ef81da28 100644 --- a/roles/etcd/tasks/migration/check.yml +++ b/roles/etcd/tasks/migration/check.yml @@ -1,7 +1,7 @@ --- # Check the cluster is healthy -- include: check_cluster_health.yml +- include_tasks: check_cluster_health.yml # Check if there is at least one v2 snapshot - name: Check if there is at least one v2 snapshot @@ -39,7 +39,7 @@ # - with_items not supported over block # Check the cluster status for the first time -- include: check_cluster_status.yml +- include_tasks: check_cluster_status.yml # Check the cluster status for the second time - block: @@ -50,7 +50,7 @@ seconds: 5 when: not l_etcd_cluster_status_ok | bool - - include: check_cluster_status.yml + - include_tasks: check_cluster_status.yml when: not l_etcd_cluster_status_ok | bool @@ -63,5 +63,5 @@ seconds: 5 when: not l_etcd_cluster_status_ok | bool - - include: check_cluster_status.yml + - include_tasks: check_cluster_status.yml when: not l_etcd_cluster_status_ok | bool |