10 lines
153 B
YAML
10 lines
153 B
YAML
- name: Restart Nebula
|
|
systemd:
|
|
name: nebula
|
|
state: restarted
|
|
|
|
- name: Restart Lighthouse
|
|
systemd:
|
|
name: lighthouse
|
|
state: restarted
|