Try adjusting the notify handler

This commit is contained in:
Pierre-Yves Chibon 2014-08-01 16:52:39 +02:00
parent 1ed10e24fc
commit ecd9d72382
2 changed files with 2 additions and 2 deletions

View file

@ -23,5 +23,5 @@
- install
- openvpn
notify:
- "restart openvpn {{ ansible_distribution_version[0] }}"
- restart "openvpn {{ ansible_distribution_version[0] }}"

View file

@ -27,7 +27,7 @@
- install
- openvpn
notify:
- "restart openvpn {{ ansible_distribution_version[0] }}"
- restart "openvpn {{ ansible_distribution_version[0] }}"
- name: enable openvpn service for rhel 6 or Fedora
service: name=openvpn state=running enabled=true