diff options
author | Adam Miller <maxamillion@fedoraproject.org> | 2017-09-13 08:11:38 -0500 |
---|---|---|
committer | Adam Miller <maxamillion@fedoraproject.org> | 2017-10-06 08:51:33 -0500 |
commit | 7d555333bcb88aa99ea8a1d46ce3f1383519f84f (patch) | |
tree | 961389a7f9f490ad98b47806965c8012a8c758cc /playbooks/common/openshift-cluster | |
parent | bd1c0f820f58e05919ff9b64febadca6aedb7774 (diff) | |
download | openshift-7d555333bcb88aa99ea8a1d46ce3f1383519f84f.tar.gz openshift-7d555333bcb88aa99ea8a1d46ce3f1383519f84f.tar.bz2 openshift-7d555333bcb88aa99ea8a1d46ce3f1383519f84f.tar.xz openshift-7d555333bcb88aa99ea8a1d46ce3f1383519f84f.zip |
rebase on master
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index e0710e549..a31d6e2dc 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -1,7 +1,7 @@ --- # TODO: refactor this into its own include # and pass a variable for ctx -- name: Verify Install Requirements +- name: Verify Requirements hosts: oo_all_hosts roles: - openshift_health_checker |