fix handlers and disable notify for now until we roll this out
This commit is contained in:
parent
4629c0aa58
commit
f400f56c6b
2 changed files with 6 additions and 6 deletions
|
@ -56,7 +56,7 @@
|
|||
|
||||
- name: restart openvpn (Fedora)
|
||||
when: ansible_distribution == "Fedora"
|
||||
action: service name=openvpn@openvpn state=restarted
|
||||
action: service name=openvpn-client@openvpn state=restarted
|
||||
#notify:
|
||||
#- fix openvpn routing
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
|||
|
||||
- name: restart openvpn (RHEL7)
|
||||
when: ansible_distribution == "RedHat" and ansible_distribution_major_version|int == 7
|
||||
action: service name=openvpn@openvpn state=restarted
|
||||
action: service name=openvpn-client@openvpn state=restarted
|
||||
#notify:
|
||||
#- fix openvpn routing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue