diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-11 21:35:01 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-11 21:35:01 +0100 |
commit | 587b6dd6d2d3a63ad28455003c0c2c5f58afdecb (patch) | |
tree | c2342ed5766c09e98c1948c4fbaa6667a53b4538 /roles/programming/nodejs/tasks/main.yml | |
parent | 379fbe46b77c84a419a0b438b088e65b76406c73 (diff) | |
download | Ansible-587b6dd6d2d3a63ad28455003c0c2c5f58afdecb.tar.gz Ansible-587b6dd6d2d3a63ad28455003c0c2c5f58afdecb.tar.zst Ansible-587b6dd6d2d3a63ad28455003c0c2c5f58afdecb.zip |
Add dir creation
Diffstat (limited to 'roles/programming/nodejs/tasks/main.yml')
-rw-r--r-- | roles/programming/nodejs/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
1 | --- | 1 | --- |
2 | - name: Config dirs | ||
3 | file: | ||
4 | state: directory | ||
5 | path: "$XDG_CONFIG_HOME/{{ item }}" | ||
6 | loop: | ||
7 | - npm | ||
2 | - name: config file | 8 | - name: config file |
3 | copy: | 9 | copy: |
4 | src: npmrc | 10 | src: npmrc |