Skip to content

Commit

Permalink
Supply the name of the AEM instance/service explicitly to the package…
Browse files Browse the repository at this point in the history
…s role to avoid implicitly depending on aem_home being set
  • Loading branch information
interatom committed Oct 17, 2017
1 parent abf19f8 commit dabde40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ dependencies:
handlers: [ restart aem ]
}
- { role: conga-aem-packages,
aem_port: "{{ conga_config.quickstart.port }}" }
aem_port: "{{ conga_config.quickstart.port }}",
aem_instance_name: "{{ conga_config.quickstart.rootPath | basename }}" }

0 comments on commit dabde40

Please sign in to comment.