This commit is contained in:
2023-12-18 21:38:30 +01:00
commit 9e2c1607e0
9 changed files with 205 additions and 0 deletions

7
handlers/main.yml Normal file
View File

@@ -0,0 +1,7 @@
---
# handlers file for tco.burp_server
#
- name: restart burp
ansible.builtin.service:
name: burp
state: restarted