From f107b85819a0f0a76f37077b97a179e795cce96d Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 9 Jan 2021 17:22:08 +0100 Subject: [PATCH] use python3 modules --- tasks/setup_Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup_Debian.yml b/tasks/setup_Debian.yml index e47c7de..e59706f 100644 --- a/tasks/setup_Debian.yml +++ b/tasks/setup_Debian.yml @@ -5,4 +5,4 @@ pkg: - openssl - certbot - - python-cryptography + - python3-cryptography