Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_ansys
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
Model registry
Operate
Environments
Monitor
Incidents
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
sti-cluster
ansible_ansys
Commits
e8f5500d
Commit
e8f5500d
authored
3 years ago
by
Fabio Santaniello
Browse files
Options
Downloads
Plain Diff
Merge branch 'addDistributionfix' into 'master'
Add distributionfix See merge request
!4
parents
c63d39f0
d9e73fa5
No related branches found
No related tags found
1 merge request
!4
Add distributionfix
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/main.yml
+6
-4
6 additions, 4 deletions
tasks/main.yml
tasks/ubuntu.yml
+0
-0
0 additions, 0 deletions
tasks/ubuntu.yml
with
6 additions
and
4 deletions
tasks/main.yml
+
6
−
4
View file @
e8f5500d
---
---
# tasks file for ansible_ansys
-
include
:
debian.yml tags=debian
-
include
:
ubuntu.yml tags=debian
when
:
ansible_os_family == 'Debian'
when
:
ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "18"
-
include
:
ubuntu.yml tags=debian
when
:
ansible_distribution == "Ubuntu" and ansible_distribution_major_version == "20"
-
include
:
centos.yml tags=centos
-
include
:
centos.yml tags=centos
when
:
ansible_distribution == "CentOS"
when
:
ansible_distribution == "CentOS" and ansible_distribution_major_version == "7"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
tasks/
debian
.yml
→
tasks/
ubuntu
.yml
+
0
−
0
View file @
e8f5500d
File moved
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