fix: retry to apply fw rules

This commit is contained in:
Clément Désiles
2025-12-09 00:28:16 +01:00
parent 1e7f05a29e
commit 9b08cf95eb
8 changed files with 37 additions and 0 deletions
+5
View File
@@ -7,6 +7,11 @@
- crun
state: present
- name: Enable Podman service
ansible.builtin.systemd:
name: podman.service
enabled: true
- name: Create projects directory
ansible.builtin.file:
path: "{{ podman_projects_dir }}"