mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-22 00:57:08 +02:00
remove unused handlers
This commit is contained in:
parent
03c805cb87
commit
b873da4d89
1 changed files with 0 additions and 4 deletions
|
@ -46,10 +46,6 @@
|
|||
- { role: ssh_tunneling, tags: [ 'ssh_tunneling' ] }
|
||||
- { role: vpn, tags: [ 'vpn' ] }
|
||||
|
||||
handlers:
|
||||
- name: reload eth0
|
||||
shell: sh -c 'ifdown eth0; ip addr flush dev eth0; ifup eth0'
|
||||
|
||||
post_tasks:
|
||||
- shell: |
|
||||
echo "#----------------------------------------------------------------------#"
|
||||
|
|
Loading…
Add table
Reference in a new issue