haskell #15

Merged
mfocko merged 3 commits from haskell into main 2020-10-13 09:02:42 +02:00
2 changed files with 11 additions and 8 deletions
Showing only changes of commit fcc7373630 - Show all commits

View file

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

View file

@ -0,0 +1,9 @@
---
- name: Install all packages for shell
dnf:
name:
- zsh
- tmux
- neovim
- emacs
state: present