summaryrefslogtreecommitdiff
path: root/ansible/roles/python-dev-env
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-28 12:32:51 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-28 20:55:05 +0300
commitfc99feb32b62c516b5d147237bf51bda7660f91f (patch)
treed199f47ad419c8a1a91deb1f12bdc111c139eebf /ansible/roles/python-dev-env
parent20d82fbb4cbf4a41a52a3973a0b41054aa4ebdef (diff)
downloadansibleness-fc99feb32b62c516b5d147237bf51bda7660f91f.tar.gz
Add: Python JWT library to python-dev-env
Diffstat (limited to 'ansible/roles/python-dev-env')
-rw-r--r--ansible/roles/python-dev-env/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/python-dev-env/tasks/main.yml b/ansible/roles/python-dev-env/tasks/main.yml
index 3d176ca..20513ed 100644
--- a/ansible/roles/python-dev-env/tasks/main.yml
+++ b/ansible/roles/python-dev-env/tasks/main.yml
@@ -29,3 +29,6 @@
- python3-setuptools
- python3-cliapp
- python3-jinja2
+ - python3-jwt
+ - python-jwt
+