summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_master/tasks')
-rw-r--r--roles/openshift_master/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/tasks/main.yml b/roles/openshift_master/tasks/main.yml
index 2311568dd..bb1689e5f 100644
--- a/roles/openshift_master/tasks/main.yml
+++ b/roles/openshift_master/tasks/main.yml
@@ -128,7 +128,7 @@
pause: seconds=30
when: start_result | changed
-- name: Install cluster packagese
+- name: Install cluster packages
yum: pkg=pcs state=present
when: openshift_master_ha and not openshift.master.cluster_defer_ha | bool
register: install_result