fix: Ensure container starts at boot

This commit is contained in:
2024-06-09 16:10:19 +02:00
parent 1da27ec5a2
commit 4e1585446f
2 changed files with 30 additions and 13 deletions

View File

@@ -30,14 +30,3 @@
state: restarted
name: rsyslog.service
become: true
- name: Redémarrer le conteneur
ansible.builtin.systemd:
name: "{{ item.name }}"
state: restarted
scope: true
daemon_reload: true
become: true
loop: "{{ podman_containers }}"
loop_control:
label: "{{ item.name }}"