Move fix-routes.sh to openvpn base and run it on restart

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-11-04 23:09:43 +00:00
parent a0e1ee7de8
commit fe6f551049
4 changed files with 13 additions and 3 deletions

View file

@ -20,3 +20,7 @@
- restart openvpn (RHEL7)
- restart openvpn (RHEL6)
- name: install fix-routes.sh script
copy: src=fix-routes.sh
dest=/etc/openvpn/fix-routes.sh
owner=root group=root mode=0755