mg
2572f97fbc
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#221 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
7 lines
113 B
YAML
7 lines
113 B
YAML
---
|
|
- name: restart tor
|
|
become: yes
|
|
systemd:
|
|
name: tor
|
|
enabled: yes
|
|
state: restarted
|