finally fix template

This commit is contained in:
2024-03-03 12:35:13 +01:00
parent aed9ebce3c
commit 267b4500c7
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
when: "autoupdate_enabled"
- name: "Restart service"
ansible.builtin.systemd_service:
ansible.builtin.systemd:
name: "unattended-upgrades"
state: "restarted"
when: "autoupdate_enabled"