Install required version of jinja2 earlier (#14206)

This commit is contained in:
David Myers 2021-05-26 06:36:18 -04:00 committed by GitHub
parent b6f28c753a
commit 728b8aae06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

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