mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +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: 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