removed notify from non-existend handle
This commit is contained in:
@@ -200,13 +200,11 @@
|
||||
ansible.builtin.command: a2dissite 000-default
|
||||
args:
|
||||
removes: /etc/apache2/sites-enabled/000-default.conf
|
||||
notify: Restart Apache
|
||||
|
||||
- name: Enable Collabora Apache site
|
||||
ansible.builtin.command: a2ensite collabora
|
||||
args:
|
||||
creates: /etc/apache2/sites-enabled/collabora.conf
|
||||
notify: Restart Apache
|
||||
|
||||
- name: Restart Apache to apply changes
|
||||
ansible.builtin.service:
|
||||
|
||||
Reference in New Issue
Block a user