Browse Source
Ensure the boussole venv dir exists.
merge-requests/163/head
Bauke
2 months ago
No known key found for this signature in database
GPG Key ID: C1C0F29952BCF558
1 changed files with
5 additions and
0 deletions
-
ansible/roles/boussole/tasks/main.yml
|
|
@ -1,4 +1,9 @@ |
|
|
|
--- |
|
|
|
- name: Ensure boussole venv directory exists |
|
|
|
file: |
|
|
|
path: "{{ boussole_venv_dir }}" |
|
|
|
state: "directory" |
|
|
|
|
|
|
|
- name: Create boussole requirements.txt file |
|
|
|
copy: |
|
|
|
src: "requirements.txt" |
|
|
|