mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
install requirements of ansible linode module
This commit is contained in:
parent
964cad8180
commit
000b044f33
2 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
---
|
---
|
||||||
|
- name: Build python virtual environment
|
||||||
|
import_tasks: venv.yml
|
||||||
|
|
||||||
- name: Include prompts
|
- name: Include prompts
|
||||||
import_tasks: prompts.yml
|
import_tasks: prompts.yml
|
||||||
|
|
||||||
|
|
7
roles/cloud-linode/tasks/venv.yml
Normal file
7
roles/cloud-linode/tasks/venv.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
- name: Install requirements
|
||||||
|
pip:
|
||||||
|
name:
|
||||||
|
- linode_api4
|
||||||
|
state: latest
|
||||||
|
virtualenv_python: python3
|
Loading…
Add table
Reference in a new issue