Skip to content

Commit

Permalink
[CE-451] Make deployment of HL Composer optional
Browse files Browse the repository at this point in the history
Adds a conditional switch to the ansible task to deploy
composer, which defaults to 'true' so that original
behavior is preserved when no setting is provided.

Change-Id: I0be370b8323cf608d656595a5ef6ba216b43ea96
Signed-off-by: Alex Meijer <alex@corsha.com>
  • Loading branch information
ameijer-corsha committed Aug 31, 2018
1 parent a4017f5 commit 87b5945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agent/ansible/roles/deploy_compose/plays.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@
- "./../../vars/{{ env }}.yml"
tasks:
- include_tasks: "composersetup/tasks/{{ mode }}.yml"
when: fabric.composer == true or fabric.composer is undefined
tags: "composersetup"

0 comments on commit 87b5945

Please sign in to comment.