mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 23:04:25 +02:00
11 lines
340 B
YAML
11 lines
340 B
YAML
- name: "restart sys-alm-compose service"
|
|
systemd:
|
|
name: sys-alm-compose.cymais.service
|
|
daemon_reload: yes
|
|
when: run_once_systemd_notifier_service is not defined
|
|
|
|
- name: run the systemd_notifier_service tasks once
|
|
set_fact:
|
|
run_once_systemd_notifier_service: true
|
|
when: run_once_systemd_notifier_service is not defined
|