Skip to content
Snippets Groups Projects
Commit c547c2d5 authored by Chris Croome's avatar Chris Croome
Browse files

Create a ~/.yarn directory

parent 519327d6
No related branches found
No related tags found
No related merge requests found
---
- name: Yarn directory exists
file:
path: "/home/{{ item }}/.yarn"
mode: 0700
owner: "{{ item }}"
group: "{{ item }}"
with_items: "{{ users }}"
- name: Update script in place
template:
src: templates/update.j2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment