X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/78390c226191eb95b586222196f4ea454a5d4d1d..8f65e0342c19a6cac87864ae9e03de7cd7f6f713:/tasks/collabora.yml?ds=inline diff --git a/tasks/collabora.yml b/tasks/collabora.yml index ee14b58..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 - + notify: + - Restart coolwsd service