add correct tags here so openvpn is installed
This commit is contained in:
parent
d55766c038
commit
0ed471745c
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- openvpn
|
- openvpn
|
||||||
tags:
|
tags:
|
||||||
|
- openvpn
|
||||||
- packages
|
- packages
|
||||||
when: ansible_distribution_major_version|int < 8
|
when: ansible_distribution_major_version|int < 8
|
||||||
|
|
||||||
|
@ -14,6 +15,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- openvpn
|
- openvpn
|
||||||
tags:
|
tags:
|
||||||
|
- openvpn
|
||||||
- packages
|
- packages
|
||||||
when: ansible_distribution_major_version|int > 7 and ansible_cmdline.ostree is not defined
|
when: ansible_distribution_major_version|int > 7 and ansible_cmdline.ostree is not defined
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue