Move all packages to separate role
- Merge playerctl and flameshot into one - Move shell packages to separate role Signed-off-by: Matej Focko <matej.focko@outlook.com>
This commit is contained in:
parent
18ea17262c
commit
edfdaef321
4 changed files with 22 additions and 29 deletions
playbooks/roles/shell/tasks
|
@ -1,15 +1,4 @@
|
|||
---
|
||||
- name: Install all packages for shell
|
||||
become: yes
|
||||
become_method: sudo
|
||||
dnf:
|
||||
name:
|
||||
- zsh
|
||||
- tmux
|
||||
- neovim
|
||||
- emacs
|
||||
state: present
|
||||
|
||||
- name: Set default shell and generate SSH key
|
||||
become: yes
|
||||
become_method: sudo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue