mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-27 07:52:57 +02:00
Install required version of jinja2 earlier (#14206)
This commit is contained in:
parent
b6f28c753a
commit
728b8aae06
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