mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
Try adjusting the notify handler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user