Install shell tools and update user as root
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
6fef6f11f0
commit
4e28898c24
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
- name: Install all packages for shell
|
||||
become: yes
|
||||
become_method: sudo
|
||||
dnf:
|
||||
name:
|
||||
- zsh
|
||||
|
@ -9,6 +11,8 @@
|
|||
state: present
|
||||
|
||||
- name: Set default shell and generate SSH key
|
||||
become: yes
|
||||
become_method: sudo
|
||||
user:
|
||||
name: mfocko
|
||||
shell: /bin/zsh
|
||||
|
@ -16,4 +20,4 @@
|
|||
- include: nvim.yml
|
||||
- include: emacs.yml
|
||||
- include: zsh.yml
|
||||
- include: tmux.yml
|
||||
- include: tmux.yml
|
||||
|
|
Loading…
Reference in a new issue