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