feat: Back to Debian

This commit is contained in:
2026-08-18 18:22:40 +02:00
parent 801b9b4cb9
commit 925f725c12
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# tasks file for podman
- name: Install packages
ansible.builtin.dnf:
ansible.builtin.apt:
name: "{{ podman_packages }}"
become: true