summaryrefslogtreecommitdiff
path: root/roles/tor/handlers/main.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-06-09 19:39:02 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-06-09 19:39:02 +0100
commit7afda7b2b59feb4f5d20484faa4af2c3dc291eb9 (patch)
tree5f32fb1a4c63afbebf81e65aab32cbe50722eb39 /roles/tor/handlers/main.yml
parentbcc31e0abc2f44971420dac39a0274ea9a9df74d (diff)
downloadinfra-7afda7b2b59feb4f5d20484faa4af2c3dc291eb9.tar.gz
infra-7afda7b2b59feb4f5d20484faa4af2c3dc291eb9.tar.bz2
infra-7afda7b2b59feb4f5d20484faa4af2c3dc291eb9.zip
Add tor role
Diffstat (limited to 'roles/tor/handlers/main.yml')
-rw-r--r--roles/tor/handlers/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/tor/handlers/main.yml b/roles/tor/handlers/main.yml
new file mode 100644
index 0000000..e979d13
--- /dev/null
+++ b/roles/tor/handlers/main.yml
@@ -0,0 +1,4 @@
+- name: Reload tor
+ ansible.builtin.service:
+ name: tor
+ state: reloaded