Remove Calligra from devices due to compatibility issues
This commit is contained in:
parent
72c3847108
commit
46c34fe0b5
2 changed files with 9 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ kde_desktop_pkg:
|
||||||
- akonadi-backend-sqlite
|
- akonadi-backend-sqlite
|
||||||
- arduino
|
- arduino
|
||||||
- bluefish
|
- bluefish
|
||||||
- calligra
|
# - calligra
|
||||||
- codeblocks
|
- codeblocks
|
||||||
- dia
|
- dia
|
||||||
- filius
|
- filius
|
||||||
|
|
|
||||||
|
|
@ -24,3 +24,11 @@
|
||||||
replace: 'GRUB_CMDLINE_LINUX="i915.force_probe=4909"'
|
replace: 'GRUB_CMDLINE_LINUX="i915.force_probe=4909"'
|
||||||
notify: Run update-grub
|
notify: Run update-grub
|
||||||
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "32CB"
|
when: ansible_board_vendor == "LENOVO" and ansible_board_name == "32CB"
|
||||||
|
|
||||||
|
- name: Remove calligra
|
||||||
|
ansible.builtin.apt:
|
||||||
|
name:
|
||||||
|
- calligra
|
||||||
|
state: absent
|
||||||
|
purge: true
|
||||||
|
autoremove: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue