Switch mkdir from shell to file/directory

Closes 

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2020-10-17 13:12:22 +02:00
parent f1e4bc4898
commit 0b7969ad00
No known key found for this signature in database
GPG key ID: DE0CF444096A468D
4 changed files with 16 additions and 7 deletions
playbooks/roles/haskell/tasks

View file

@ -1,6 +1,8 @@
---
- name: Create directories for configuration
shell: mkdir ~/.ghc
file:
path: ~/.ghc
state: directory
- name: Install ghci.conf
template: