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:
Matej Focko 2020-10-11 22:42:35 +02:00
parent 18ea17262c
commit edfdaef321
No known key found for this signature in database
GPG key ID: 707F7C6CBA7A2271
4 changed files with 22 additions and 29 deletions
playbooks/roles/shell/tasks

View file

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