Install shell tools and update user as root

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2020-10-11 20:32:35 +02:00
parent 6fef6f11f0
commit 4e28898c24
No known key found for this signature in database
GPG key ID: 8535F3BCF69B3D69

View file

@ -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