mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-15 01:33:18 +02:00
6 lines
120 B
YAML
6 lines
120 B
YAML
---
|
|
|
|
- name: restart drbd-reactor
|
|
service: name=drbd-reactor state=restarted
|
|
when: not drbd_reactor_started.changed
|