Install required version of jinja2 earlier

This commit is contained in:
David E. Myers 2021-05-12 10:22:00 -04:00
parent 70f9f91112
commit 5c95cd26fc
No known key found for this signature in database
GPG key ID: D871FCA54815086C
2 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,6 @@
state: present
name:
- pyOpenSSL>=0.15
- jinja2==2.8
- segno
tags:
- always

View file

@ -1,2 +1,3 @@
ansible==2.9.7
jinja2==2.8
netaddr