File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ Fileglob(s) of files to copy to the `crx-quickstart/install` directory during se
7676
7777Sets the ` nofile ` limit for the AEM user.
7878
79+ aem_cms_dependency_java: true
80+
81+ Controls if Java is installed by using [ srsp.oracle-java] ( https://galaxy.ansible.com/srsp/oracle-java/ ) role for installing Java.
82+
83+
7984## Dependencies
8085
8186This role depends on the
Original file line number Diff line number Diff line change @@ -52,3 +52,6 @@ aem_cms_remove_download: false
5252
5353# nofile limit (defaults to Adobe recommendation)
5454aem_cms_limit_nofile : 20000
55+
56+ # controls if the java dependency is enabled/disabled
57+ aem_cms_dependency_java : true
Original file line number Diff line number Diff line change @@ -28,4 +28,9 @@ galaxy_info:
2828 - wcmio
2929
3030dependencies :
31- - { role: srsp.oracle-java, java_remove_download: false, tags: "dev.java" }
31+ - {
32+ role : srsp.oracle-java,
33+ java_remove_download : false,
34+ tags : " dev.java" ,
35+ when : aem_cms_dependency_java == true
36+ }
You can’t perform that action at this time.
0 commit comments