Skip to content

Commit

Permalink
get back the venv
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Mar 14, 2024
1 parent 347520c commit 4740469
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/cloud-hetzner/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
- name: Build python virtual environment
import_tasks: venv.yml

- name: Include prompts
import_tasks: prompts.yml

Expand Down
7 changes: 7 additions & 0 deletions roles/cloud-hetzner/tasks/venv.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: Install requirements
pip:
name:
- hcloud
state: latest
virtualenv_python: python3

0 comments on commit 4740469

Please sign in to comment.