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