Fix typo in package line
This commit is contained in:
parent
6f92e051e3
commit
52be2910e5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: Install core GUI packages
|
||||
become: true
|
||||
pkgng:
|
||||
name: drm-kmod xdm xorg xterm
|
||||
name: drm-kmod,xdm,xorg,xterm
|
||||
state: present
|
||||
- name: Install additional GUI packages
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue