fixing logic for openvpn package install w/dnf
This commit is contained in:
parent
f0ff7ba2c6
commit
bf03de72d0
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
- openvpn
|
||||
tags:
|
||||
- packages
|
||||
when: ansible_distribution_major_version|int > 22
|
||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: Install certificate and key
|
||||
copy: src={{ private }}/files/vpn/openvpn/keys/ca.crt
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
tags:
|
||||
- packages
|
||||
- openvpn
|
||||
when: ansible_distribution_major_version|int > 22
|
||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: Install configuration files
|
||||
copy: src={{ item.file }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue