--- # Install Podman packages - name: Update package cache (Debian/Ubuntu) ansible.builtin.apt: cache_valid_time: 3600 when: ansible_os_family == "Debian" - name: Install Podman and related packages ansible.builtin.package: name: "{{ podman_packages }}" state: present notify: - restart podman