You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
306 B

---
- name: restart wownerod
systemd:
daemon_reload: yes
name: wownerod.service
state: restarted
- name: restart tor
systemd:
daemon_reload: yes
name: tor.service
state: restarted
- name: restart i2pd
systemd:
daemon_reload: yes
name: i2pd.service
state: restarted