Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
software-collections
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aptivate
ansible-roles
software-collections
Commits
7dd56351
Unverified
Commit
7dd56351
authored
6 years ago
by
Luke Murphy
Browse files
Options
Downloads
Patches
Plain Diff
Still fail but allow for testing this scenario.
parent
4fdfd178
No related branches found
No related tags found
1 merge request
!1
Get the CI running.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+2
-0
2 additions, 0 deletions
tasks/main.yml
with
2 additions
and
0 deletions
tasks/main.yml
+
2
−
0
View file @
7dd56351
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment