Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
2bc4c6c4
Commit
2bc4c6c4
authored
Jul 07, 2016
by
Themis Zamani
Committed by
GitHub
Jul 07, 2016
Browse files
Merge pull request #75 from ARGOeu/devel
Fix in conditional statement
parents
2a560064
3b8dab3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
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