diff --git a/tomcat-instance/handlers/main.yml b/tomcat-instance/handlers/main.yml new file mode 100644 index 00000000..3849b184 --- /dev/null +++ b/tomcat-instance/handlers/main.yml @@ -0,0 +1,3 @@ +--- +- name: new aliases + command: newaliases diff --git a/tomcat/handlers/main.yml b/tomcat/handlers/main.yml deleted file mode 100644 index 3fea223c..00000000 --- a/tomcat/handlers/main.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: new aliases - command: newaliases - -- name: systemd reload - systemd: - daemon_reload: yes diff --git a/tomcat/tasks/packages.yml b/tomcat/tasks/packages.yml index 908cbd7a..158e1a06 100644 --- a/tomcat/tasks/packages.yml +++ b/tomcat/tasks/packages.yml @@ -21,4 +21,3 @@ src: 'tomcat.service' dest: "/etc/systemd/user/tomcat.service" mode: "0755" - notify: systemd reload