get back the venv

pull/14698/head
Jack Ivanov 3 months ago
parent 347520c359
commit 4740469ff0

@ -1,4 +1,7 @@
---
- name: Build python virtual environment
import_tasks: venv.yml
- name: Include prompts
import_tasks: prompts.yml

@ -0,0 +1,7 @@
---
- name: Install requirements
pip:
name:
- hcloud
state: latest
virtualenv_python: python3
Loading…
Cancel
Save