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