dotfiles/roles/user/lang/haskell/tasks/install.yml
Matej Focko 01225fd44d
chore: rework directory structure
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-08-30 15:42:26 +02:00

6 lines
99 B
YAML

---
- name: Install GHC
ansible.builtin.package:
name: ghc
state: present
become: true