haskell #15
2 changed files with 11 additions and 8 deletions
|
@ -11,11 +11,5 @@
|
||||||
- flameshot
|
- flameshot
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install all packages for shell
|
- include: shell.yml
|
||||||
dnf:
|
- include: haskell.yml
|
||||||
name:
|
|
||||||
- zsh
|
|
||||||
- tmux
|
|
||||||
- neovim
|
|
||||||
- emacs
|
|
||||||
state: present
|
|
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