install requirements of ansible linode module

This commit is contained in:
Larry Huang 2019-09-29 03:29:15 +08:00 committed by Jack Ivanov
parent 964cad8180
commit 000b044f33
2 changed files with 10 additions and 0 deletions

View file

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

View file

@ -0,0 +1,7 @@
---
- name: Install requirements
pip:
name:
- linode_api4
state: latest
virtualenv_python: python3