|
|
@@ -49,20 +49,22 @@
|
|
|
# state: present
|
|
|
# filename: wine-stable.list
|
|
|
|
|
|
- - name: add Pop theme to sources.list
|
|
|
- ansible.builtin.apt_repository:
|
|
|
- repo: ppa:system76/pop
|
|
|
- update_cache: no
|
|
|
+# - name: add Pop theme to sources.list
|
|
|
+# ansible.builtin.apt_repository:
|
|
|
+# repo: ppa:system76/pop
|
|
|
+# update_cache: no
|
|
|
|
|
|
- name: install Onlyoffice and Wine deb
|
|
|
ansible.builtin.apt:
|
|
|
pkg:
|
|
|
- onlyoffice-desktopeditors
|
|
|
- wine
|
|
|
- - pop-gtk-theme
|
|
|
- - pop-icon-theme
|
|
|
update_cache: yes
|
|
|
-
|
|
|
+
|
|
|
+# - pop-gtk-theme
|
|
|
+# - pop-icon-theme
|
|
|
+
|
|
|
+
|
|
|
- name: remove Libreoffice
|
|
|
ansible.builtin.apt:
|
|
|
name: libreoffice*
|