X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/0face537f0003276508ebd899a6fafa7727a009d..b96d9c27ad4791b4a36d9db2baea0b8de974e9d5:/tasks/collabora.yml?ds=sidebyside diff --git a/tasks/collabora.yml b/tasks/collabora.yml index 2ef10bd..ba9c58e 100644 --- a/tasks/collabora.yml +++ b/tasks/collabora.yml @@ -11,13 +11,19 @@ pkg: - coolwsd - code-brand -- name: Insert lines with external Nextcloud-IPs - ansible.builtin.blockinfile: +#- name: Insert lines with external Nextcloud-IPs +# ansible.builtin.blockinfile: +# dest: /etc/coolwsd/coolwsd.xml +# insertbefore: "" +# block: | +# +# backup: yes +# notify: +# - Restart coolwsd service +- name: Temporary copy config file + ansible.builtin.copy: + src: collabora_coolwsd.xml dest: /etc/coolwsd/coolwsd.xml - insertbefore: - block: | - backup: yes notify: - Restart coolwsd service -