Removed crowd_startup_exec_path

This commit is contained in:
Azra Sulthana
2019-07-12 04:29:47 +00:00
parent 65cb5f66f5
commit 1c46b3cca4
3 changed files with 1 additions and 34 deletions

View File

@@ -7,19 +7,6 @@
owner: root
group: root
mode: 0640
when: atl_product_edition != "crowd"
notify:
- Enable Product
- Restart Product
- name: "Install systemd service file for crowd"
template:
src: "crowd.service.j2"
dest: "/etc/systemd/system/{{ atl_systemd_service_name }}"
owner: root
group: root
mode: 0640
when: atl_product_edition == "crowd"
notify:
- Enable Product
- Restart Product