Will have to sort openvpn start in rhel7/fedora soon.

This commit is contained in:
Kevin Fenzi 2014-06-24 21:51:58 +00:00
parent 9405324127
commit 97c83f730b

View file

@ -44,4 +44,4 @@
service: name=openvpn state=running enabled=true
tags:
- service
when: is_rhel is defined
when: is_rhel is defined and ansible_distribution_major_version != '7'