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
|
- name: Install all packages for shell
|
||||||
|
become: yes
|
||||||
|
become_method: sudo
|
||||||
dnf:
|
dnf:
|
||||||
name:
|
name:
|
||||||
- zsh
|
- zsh
|
||||||
|
@ -9,6 +11,8 @@
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Set default shell and generate SSH key
|
- name: Set default shell and generate SSH key
|
||||||
|
become: yes
|
||||||
|
become_method: sudo
|
||||||
user:
|
user:
|
||||||
name: mfocko
|
name: mfocko
|
||||||
shell: /bin/zsh
|
shell: /bin/zsh
|
||||||
|
@ -16,4 +20,4 @@
|
||||||
- include: nvim.yml
|
- include: nvim.yml
|
||||||
- include: emacs.yml
|
- include: emacs.yml
|
||||||
- include: zsh.yml
|
- include: zsh.yml
|
||||||
- include: tmux.yml
|
- include: tmux.yml
|
||||||
|
|
Loading…
Reference in a new issue