From 587b6dd6d2d3a63ad28455003c0c2c5f58afdecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 11 Nov 2018 21:35:01 +0100 Subject: Add dir creation --- roles/programming/nodejs/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/programming/nodejs/tasks/main.yml') diff --git a/roles/programming/nodejs/tasks/main.yml b/roles/programming/nodejs/tasks/main.yml index fcf7421..eef4d2f 100644 --- a/roles/programming/nodejs/tasks/main.yml +++ b/roles/programming/nodejs/tasks/main.yml @@ -1,4 +1,10 @@ --- +- name: Config dirs + file: + state: directory + path: "$XDG_CONFIG_HOME/{{ item }}" + loop: + - npm - name: config file copy: src: npmrc -- cgit v1.2.3