File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 register : aem_cms_quickstart_file
3232
3333- name : Download AEM quickstart.
34- include : " download/{{ aem_cms_install_source }}.yml"
34+ include_tasks : " download/{{ aem_cms_install_source }}.yml"
3535 when : not aem_cms_quickstart_file.stat.exists or
3636 (aem_cms_quickstart_sha1 is defined and
3737 (aem_cms_quickstart_sha1 | lower) != aem_cms_quickstart_file.stat.checksum)
7373 when : aem_cms_remove_download
7474
7575- name : Setup AEM systemd unit.
76- include : systemd.yml
76+ include_tasks : systemd.yml
7777 when : ansible_service_mgr == 'systemd'
7878
7979- name : Setup AEM init script.
80- include : sysvinit.yml
80+ include_tasks : sysvinit.yml
8181 when : ansible_service_mgr == 'sysvinit' or ansible_service_mgr == 'upstart' or ansible_service_mgr == 'service'
8282
8383- name : Setup crx-quickstart/install.
84- include : quickstart_install.yml
84+ include_tasks : quickstart_install.yml
8585 when : aem_cms_quickstart_install_fileglob is defined
8686
8787- name : Setup i386 support for XMPFilesProcessor.
88- include : xmp_i386.yml
88+ include_tasks : xmp_i386.yml
8989 when : ansible_architecture == 'x86_64'
You can’t perform that action at this time.
0 commit comments