add correct tags here so openvpn is installed

This commit is contained in:
Kevin Fenzi 2017-08-22 22:47:08 +00:00
parent d55766c038
commit 0ed471745c

View file

@ -6,6 +6,7 @@
with_items:
- openvpn
tags:
- openvpn
- packages
when: ansible_distribution_major_version|int < 8
@ -14,6 +15,7 @@
with_items:
- openvpn
tags:
- openvpn
- packages
when: ansible_distribution_major_version|int > 7 and ansible_cmdline.ostree is not defined