workstation/roles/centos/tasks/packages-gui.yml

13 lines
194 B
YAML
Raw Normal View History

2020-12-27 16:47:18 +00:00
---
- name: Install GUI packages
become: true
dnf:
name: '{{ packages }}'
state: present
vars:
packages:
- emacs
- git-gui
- liberation-fonts
- vim-X11