dotfiles/toolboxes/haskell.yml
Matej Focko 6346599007
feat: add playbooks for toolboxes
Signed-off-by: Matej Focko <mfocko@redhat.com>
2022-01-15 12:34:57 +01:00

12 lines
203 B
YAML

---
- name: Prepare haskell container
hosts: all
become: yes
become_method: sudo
tasks:
- name: Install ghci
dnf:
name:
- ghc
- hlint
state: present