Try adjusting the notify handler
This commit is contained in:
parent
1ed10e24fc
commit
ecd9d72382
2 changed files with 2 additions and 2 deletions
|
@ -23,5 +23,5 @@
|
|||
- install
|
||||
- openvpn
|
||||
notify:
|
||||
- "restart openvpn {{ ansible_distribution_version[0] }}"
|
||||
- restart "openvpn {{ ansible_distribution_version[0] }}"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue