mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Shortend desktop to desk
This commit is contained in:
12
roles/desk-gnome-terminal/tasks/main.yml
Normal file
12
roles/desk-gnome-terminal/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: Install Gnome Terminal
|
||||
# @see https://en.wikipedia.org/wiki/GNOME_Terminal
|
||||
community.general.pacman:
|
||||
name:
|
||||
- gnome-terminal
|
||||
state: present
|
||||
|
||||
- name: "Set zsh as default shell for {{users.client.username}}"
|
||||
user:
|
||||
name: "{{users.client.username}}"
|
||||
shell: /usr/bin/zsh
|
||||
become: true
|
Reference in New Issue
Block a user