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
1e7f3f54
Commit
1e7f3f54
authored
Apr 21, 2016
by
Paschalis Korosoglou
Browse files
Fix in conditional statement
parent
d0a03c06
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/repos/tasks/main.yml
View file @
1e7f3f54
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
copy
:
src=etc/yum.repos.d/EGI-trustanchors.repo
copy
:
src=etc/yum.repos.d/EGI-trustanchors.repo
dest=/etc/yum.repos.d/EGI-trustanchors.repo backup=no
dest=/etc/yum.repos.d/EGI-trustanchors.repo backup=no
owner=root group=root mode=0644
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
-
name
:
Install cloudera-cdh5 repo
tags
:
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