mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
12 lines
235 B
YAML
12 lines
235 B
YAML
---
|
|
- name: Restart Aegis Quadlet services
|
|
ansible.builtin.systemd:
|
|
name: "{{ item }}"
|
|
state: restarted
|
|
daemon_reload: true
|
|
loop:
|
|
- adguardhome.service
|
|
- icloudpd.service
|
|
loop_control:
|
|
label: "{{ item }}"
|