Skip to content
Snippets Groups Projects
Unverified Commit 7dd56351 authored by Luke Murphy's avatar Luke Murphy
Browse files

Still fail but allow for testing this scenario.

parent 4fdfd178
No related branches found
No related tags found
1 merge request!1Get the CI running.
......@@ -3,8 +3,10 @@
fail:
msg: "Currently Software Collections are only supported on CentOS 6. Do not install on other setups - see role README"
when: ansible_distribution != "CentOS" or ansible_distribution_major_version != "6"
register: os_is_supported_check
- name: Add Software Collections
yum:
name: centos-release-scl
state: present
when: os_is_supported_check is succeeded
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment