X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/5a9bc93dd5e257f9c1761f2b1eea9abc72201f79..f362930d89cd71eda1184a2445a07b011c2e38a5:/tasks/collabora.yml?ds=sidebyside diff --git a/tasks/collabora.yml b/tasks/collabora.yml index 88948e5..39978e8 100644 --- a/tasks/collabora.yml +++ b/tasks/collabora.yml @@ -1,6 +1,6 @@ --- - name: Add repo using key from URL - deb822_repository: + ansible.builtin.deb822_repository: name: collaboraonline types: deb uris: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb @@ -11,4 +11,19 @@ pkg: - coolwsd - code-brand - +#- 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 + backup: yes + notify: + - Restart coolwsd service