瀏覽代碼

add remove libreoffice

vidikon 3 年之前
父節點
當前提交
46852c2659
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      install-software.yml

+ 6 - 1
install-software.yml

@@ -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