dotfiles/playbooks/roles/haskell/tasks/main.yml
Matej Focko 6d9bb3cdbf
Remove hlint hints since they're unused
Signed-off-by: Matej Focko <me@mfocko.xyz>
2021-02-07 13:16:39 +01:00

10 lines
193 B
YAML

---
- name: Create directories for configuration
file:
path: ~/.ghc
state: directory
- name: Install ghci.conf
template:
src: templates/ghci.conf.j2
dest: ~/.ghc/ghci.conf