openvpn / client: drop another unneeded conditional

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-04-16 14:20:19 -07:00
parent 9403ed2309
commit 519b756751

View file

@ -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