mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 15:18:33 +01:00
20 lines
403 B
YAML
20 lines
403 B
YAML
- name: systemctl restart image-factory
|
|
systemd:
|
|
name: image-factory
|
|
state: restarted
|
|
|
|
- name: systemctl restart serien-ampel
|
|
systemd:
|
|
name: serien-ampel
|
|
state: restarted
|
|
|
|
- name: systemctl restart simple-log-server
|
|
systemd:
|
|
name: simple-log-server
|
|
state: restarted
|
|
|
|
- name: systemctl restart soundlib-interface
|
|
systemd:
|
|
name: soundlib-interface
|
|
state: restarted
|