You've already forked role_podman
feat: Allow container auto update
This commit is contained in:
@@ -39,3 +39,9 @@
|
||||
when: podman_configure_rsyslog
|
||||
become: true
|
||||
notify: Redémarrer rsyslog.service
|
||||
|
||||
- name: Désactiver le service de mise à jour automatique pour root
|
||||
ansible.builtin.systemd_service:
|
||||
name: podman-auto-update.timer
|
||||
enabled: false
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user