Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Essential
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Ansible
Roles
Essential
Commits
c12b63b4
Commit
c12b63b4
authored
4 years ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
"OracleLinux"
parent
80d6c887
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+2
-2
2 additions, 2 deletions
tasks/main.yml
with
2 additions
and
2 deletions
tasks/main.yml
+
2
−
2
View file @
c12b63b4
...
...
@@ -7,7 +7,7 @@
tags
:
ubuntu
# Centos
-
name
:
Perform specific setup for RedHat, Centos
-
name
:
Perform specific setup for RedHat, Centos
, OracleLinux
include_tasks
:
centos/main.yml
when
:
ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
when
:
ansible_distribution == 'CentOS' or ansible_distribution ==
'OracleLinux' or ansible_distribution ==
'Red Hat Enterprise Linux'
tags
:
centos
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