add gnome installation

This commit is contained in:
2018-08-22 21:31:42 +02:00
parent 84380dc5f9
commit ad3ba86ddf
2 changed files with 12 additions and 0 deletions

11
tasks/arch_gnome.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: Install gnome packages
pacman:
name: "{{ item }}"
state: present
with_items:
- gnome
- gdm
- gnome-tweak