SolidStateSubether/Ansible/roles/base/tasks/common.yml
2018-05-27 23:01:28 -04:00

14 lines
292 B
YAML

---
- name: Create work directory
file:
path: "{{ workdir_path }}"
owner: "{{ user }}"
group: "{{ user }}"
state: directory
- name: Create virtualenvs directory
file:
path: "{{ virtualenvs_path }}"
owner: "{{ user }}"
group: "{{ user }}"
state: directory