Split packages to separate tasks
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
5a4eda0cdb
commit
fcc7373630
2 changed files with 11 additions and 8 deletions
|
@ -11,11 +11,5 @@
|
|||
- flameshot
|
||||
state: present
|
||||
|
||||
- name: Install all packages for shell
|
||||
dnf:
|
||||
name:
|
||||
- zsh
|
||||
- tmux
|
||||
- neovim
|
||||
- emacs
|
||||
state: present
|
||||
- include: shell.yml
|
||||
- include: haskell.yml
|
9
playbooks/roles/fedora_packages/tasks/shell.yml
Normal file
9
playbooks/roles/fedora_packages/tasks/shell.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Install all packages for shell
|
||||
dnf:
|
||||
name:
|
||||
- zsh
|
||||
- tmux
|
||||
- neovim
|
||||
- emacs
|
||||
state: present
|
Loading…
Reference in a new issue