Skip to content

Commit

Permalink
Merge pull request #75 from ARGOeu/devel
Browse files Browse the repository at this point in the history
Fix in conditional statement
  • Loading branch information
themiszamani authored Jul 7, 2016
2 parents 2a56006 + 3b8dab3 commit 2bc4c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/repos/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bc4c6c

Please sign in to comment.