Loop xorg packages

master
mandlm 2021-02-07 13:51:50 +01:00
parent a0ec4889b5
commit de9454a2e4
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 12 additions and 10 deletions

View File

@ -1,17 +1,19 @@
---
- name: install packages
package:
name:
- xorg
- xorg-server
- xorg-xinit
- xf86-video-intel
- xf86-video-fbdev
- sddm
- i3-wm
- dmenu
- alacritty
name: "{{ item }}"
state: latest
loop:
- xorg
- xorg-server
- xorg-xinit
- xf86-video-intel
- xf86-video-fbdev
- sddm
- i3-wm
- i3status
- dmenu
- alacritty
- name: activate display manager
systemd: