2020-12-27 19:27:52 +00:00
|
|
|
---
|
|
|
|
# The zypper module requires python-xml on openSUSE.
|
|
|
|
- name: Install GUI packages
|
|
|
|
become: true
|
2021-02-19 20:32:22 +00:00
|
|
|
community.general.zypper:
|
2020-12-27 19:27:52 +00:00
|
|
|
name: '{{ packages }}'
|
|
|
|
state: present
|
|
|
|
type: package
|
|
|
|
vars:
|
|
|
|
packages:
|
|
|
|
- emacs-x11
|
|
|
|
- galculator
|
|
|
|
- git-gui
|
|
|
|
- gvim
|
|
|
|
- liberation-fonts
|
|
|
|
- remmina
|