summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/initialize_openshift_repos.yml
blob: a7114fc80eb4d12b6ba6c8db4ed1fc4a48d8a38c (plain)
1
2
3
4
5
6
7
8
---
- name: Setup yum repositories for all hosts
  hosts: oo_all_hosts
  gather_facts: no
  tasks:
  - name: initialize openshift repos
    include_role:
      name: openshift_repos