X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/89b2c7494394c2a8c8fcc2357ba2f57609a43f1a..5e095f715a213c634c427c81fd27be4d2daec6eb:/tasks/collabora.yml diff --git a/tasks/collabora.yml b/tasks/collabora.yml index 5a48411..cd62370 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 @@ -8,16 +8,23 @@ signed_by: https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg - name: Install server specific packages ansible.builtin.apt: + update_cache: yes 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 -