summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--playbooks/gce/openshift-cluster/launch.yml1
-rw-r--r--roles/openshift_common/tasks/main.yml3
2 files changed, 1 insertions, 3 deletions
diff --git a/playbooks/gce/openshift-cluster/launch.yml b/playbooks/gce/openshift-cluster/launch.yml
index c70c199c6..70025e103 100644
--- a/playbooks/gce/openshift-cluster/launch.yml
+++ b/playbooks/gce/openshift-cluster/launch.yml
@@ -49,6 +49,7 @@
- hosts: "tag_env-{{ cluster_id }}"
roles:
+ - repos
- os_update_latest
- include: ../openshift-master/config.yml
diff --git a/roles/openshift_common/tasks/main.yml b/roles/openshift_common/tasks/main.yml
index 656a3880d..07737a71f 100644
--- a/roles/openshift_common/tasks/main.yml
+++ b/roles/openshift_common/tasks/main.yml
@@ -2,9 +2,6 @@
- name: Set hostname
hostname: name={{ openshift_hostname }}
-- name: Update all packages
- yum: name=* state=latest
-
- name: Configure local facts file
file: path=/etc/ansible/facts.d/ state=directory mode=0750