remove unused handlers

This commit is contained in:
Jack Ivanov 2016-12-13 21:59:31 +03:00
parent 03c805cb87
commit b873da4d89

View file

@ -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 "#----------------------------------------------------------------------#"