remove copr all together from openshift install role

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller
2016-06-24 22:38:27 +00:00
parent a0bb154ac4
commit b110a98d10
3 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
# methods: copr, source
install_openshift_method: copr
# methods: copr, source, fedora
install_openshift_method: fedora
# copr-specific variables

View File

@@ -1,4 +1,7 @@
---
- include: method_fedora.yml
when: install_openshift_method == 'fedora'
- include: method_copr.yml
when: install_openshift_method == 'copr'

View File

@@ -0,0 +1,6 @@
---
- name: install openshift
action: "{{ ansible_pkg_mgr }} name={{ item }} state={{ osbs_update_packages | ternary('latest', 'present') }}"
with_items:
- origin-master
- origin-node