Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GitHubHistory
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
2bc4c6c4
Commit
2bc4c6c4
authored
Jul 07, 2016
by
Themis Zamani
Committed by
GitHub
Jul 07, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #75 from ARGOeu/devel
Fix in conditional statement
parents
2a560064
3b8dab3b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
roles/repos/tasks/main.yml
roles/repos/tasks/main.yml
+1
-1
No files found.
roles/repos/tasks/main.yml
View file @
2bc4c6c4
...
...
@@ -24,7 +24,7 @@
copy
:
src=etc/yum.repos.d/EGI-trustanchors.repo
dest=/etc/yum.repos.d/EGI-trustanchors.repo backup=no
owner=root group=root mode=0644
when
:
inventory_hostname in groups.standalone or inventory_hostname in groups.webui or
ca_bundle_install==true
when
:
inventory_hostname in groups.standalone or inventory_hostname in groups.webui or
(ca_bundle_install is defined and ca_bundle_install)
-
name
:
Install cloudera-cdh5 repo
tags
:
cloudera-cdh5_repo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment