mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +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
|
state: present
|
||||||
name:
|
name:
|
||||||
- pyOpenSSL>=0.15
|
- pyOpenSSL>=0.15
|
||||||
- jinja2==2.8
|
|
||||||
- segno
|
- segno
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
ansible==2.9.7
|
ansible==2.9.7
|
||||||
|
jinja2==2.8
|
||||||
netaddr
|
netaddr
|
||||||
|
|
Loading…
Add table
Reference in a new issue