summaryrefslogtreecommitdiffstats
path: root/roles/openshift_repos/tasks/centos_sig.yaml
blob: 62cbef5dbd605c1d8305b4dad1044f54d8df974b (plain)
1
2
3
4
5
6
---
- name: Install the CentOS PaaS SIG release packages
  action: "{{ ansible_pkg_mgr }} name={{ item }} state=present"
  with_items:
  - centos-release-paas-common
  - centos-release-openshift-origin