From 728b8aae0637a4f3d8374782c4d9426e3b3ef177 Mon Sep 17 00:00:00 2001 From: David Myers Date: Wed, 26 May 2021 06:36:18 -0400 Subject: [PATCH] Install required version of jinja2 earlier (#14206) --- playbooks/cloud-pre.yml | 1 - requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/cloud-pre.yml b/playbooks/cloud-pre.yml index 2e07d24..2cc6fcb 100644 --- a/playbooks/cloud-pre.yml +++ b/playbooks/cloud-pre.yml @@ -21,7 +21,6 @@ state: present name: - pyOpenSSL>=0.15 - - jinja2==2.8 - segno tags: - always diff --git a/requirements.txt b/requirements.txt index f90652f..52f678c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ ansible==2.9.7 +jinja2==2.8 netaddr