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
3b8dab3b
Commit
3b8dab3b
authored
Jul 07, 2016
by
Themis Zamani
Committed by
GitHub
Jul 07, 2016
Browse files
Merge pull request #71 from pkoro/cond_fix
Fix in conditional statement
parents
ddfe3970
1e7f3f54
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/repos/tasks/main.yml
View file @
3b8dab3b
...
...
@@ -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