summaryrefslogtreecommitdiffstats
path: root/roles/openshift_repos/tasks/centos_sig.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_repos/tasks/centos_sig.yaml')
-rw-r--r--roles/openshift_repos/tasks/centos_sig.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/openshift_repos/tasks/centos_sig.yaml b/roles/openshift_repos/tasks/centos_sig.yaml
new file mode 100644
index 000000000..62cbef5db
--- /dev/null
+++ b/roles/openshift_repos/tasks/centos_sig.yaml
@@ -0,0 +1,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