From 76725214d1b5d24bcc5bd8984e072ff557732801 Mon Sep 17 00:00:00 2001 From: Daniel Akulenok Date: Wed, 10 Sep 2025 14:20:24 +0200 Subject: [PATCH] add missing link --- tasks/configure.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index 6cb154f..42fb3a9 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -1,6 +1,11 @@ --- # Configure Podman +- name: Install python3-cryptography + ansible.builtin.package: + name: python3-cryptography + state: present + - name: Ensure containers configuration directory exists ansible.builtin.file: path: /etc/containers