diff options
Diffstat (limited to 'attackbox/tasks/handlers.yaml')
-rw-r--r-- | attackbox/tasks/handlers.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/attackbox/tasks/handlers.yaml b/attackbox/tasks/handlers.yaml deleted file mode 100644 index 540554f..0000000 --- a/attackbox/tasks/handlers.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- name: update grub - command: update-grub - -- name: restart tor - systemd: - name: tor - state: restarted - when: ansible_facts['service_mgr'] == 'systemd' |