openvpn / client: drop another unneeded conditional
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9403ed2309
commit
519b756751
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@
|
|||
|
||||
- name: Make sure openvpn is running in rhel 7+
|
||||
service: name=openvpn-client@openvpn state=started enabled=true
|
||||
when: ansible_distribution_major_version|int >= 7 and ansible_distribution == 'RedHat'
|
||||
tags:
|
||||
- service
|
||||
- openvpn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue