Browse Source

* repos role renamed to openshift_repos

Jhon Honce 10 years ago
parent
commit
fa746f02aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      playbooks/gce/openshift-cluster/launch.yml

+ 1 - 1
playbooks/gce/openshift-cluster/launch.yml

@@ -49,7 +49,7 @@
 
 - hosts: "tag_env-{{ cluster_id }}"
   roles:
-  - repos
+  - openshift_repos
   - os_update_latest
 
 - include: ../openshift-master/config.yml