This commit is contained in:
2022-06-14 12:04:05 +02:00
parent 3ecd0e3644
commit d1629137c8
8 changed files with 409 additions and 32 deletions

View File

@ -54,3 +54,12 @@
name: systemd-journald
state: restarted
- name: Restart tor service
service:
name: tor
state: restarted
- name: Reload tor service
service:
name: tor
state: reloaded