diff --git a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_collabora_code.yml b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_collabora_code.yml index 408894b..87e2261 100644 --- a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_collabora_code.yml +++ b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_collabora_code.yml @@ -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: