dotfiles/playbooks/roles/haskell/tasks/main.yml
Matej Focko 0b7969ad00
Switch mkdir from shell to file/directory
Closes #21

Signed-off-by: Matej Focko <me@mfocko.xyz>
2020-10-17 13:15:46 +02:00

15 lines
No EOL
287 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
- name: Install HLint.hs
template:
src: templates/HLint.hs.j2
dest: ~/.ghc/HLint.hs