mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-31 18:03:03 +02:00
Install required version of jinja2 earlier
This commit is contained in:
parent
70f9f91112
commit
5c95cd26fc
2 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
|||
state: present
|
||||
name:
|
||||
- pyOpenSSL>=0.15
|
||||
- jinja2==2.8
|
||||
- segno
|
||||
tags:
|
||||
- always
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
ansible==2.9.7
|
||||
jinja2==2.8
|
||||
netaddr
|
||||
|
|
Loading…
Add table
Reference in a new issue