mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
11 lines
342 B
YAML
11 lines
342 B
YAML
- name: "restart systemd-notifier service"
|
|
systemd:
|
|
name: systemd-notifier.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
|