fix: retry to apply fw rules
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user