mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 10:21:34 +02:00
Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
12
roles/desktop-gnome-terminal/tasks/main.yml
Normal file
12
roles/desktop-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