@@ -30,8 +30,13 @@
- name: add Onlyoffcie to sources.list
ansible.builtin.shell: echo 'deb https://download.onlyoffice.com/repo/debian squeeze main' | sudo tee -a /etc/apt/sources.list.d/onlyoffice.list
-
+
- name: install Onlyoffice deb
ansible.builtin.apt:
name: onlyoffice-desktopeditors
update_cache: yes
+ - name: remove Libreoffice
+ ansible.builtin.apt:
+ name: libreoffice*
+ state: absent