SolidStateSubether/Ansible/roles/base/tasks/common.yml

15 lines
292 B
YAML
Raw Normal View History

2018-05-28 03:01:28 +00:00
---
- 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