Browse Source

Ensure the boussole venv dir exists.

merge-requests/163/head
Bauke 2 months ago
parent
commit
4fbaf9e446
No known key found for this signature in database GPG Key ID: C1C0F29952BCF558
  1. 5
      ansible/roles/boussole/tasks/main.yml

5
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"

Loading…
Cancel
Save