add gnome installation
This commit is contained in:
@@ -9,3 +9,4 @@
|
||||
- include: tasks/arch_base_packages.yml
|
||||
- include: tasks/users.yml
|
||||
- include: tasks/sudo.yml
|
||||
- include: tasks/arch_gnome.yml
|
||||
|
11
tasks/arch_gnome.yml
Normal file
11
tasks/arch_gnome.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Install gnome packages
|
||||
pacman:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- gnome
|
||||
- gdm
|
||||
- gnome-tweak
|
||||
|
||||
|
Reference in New Issue
Block a user