fix version for rhel
This commit is contained in:
parent
714506a905
commit
8c4162eaa4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
- openvpn
|
||||
tags:
|
||||
- packages
|
||||
when: ansible_distribution_major_version|int < 7
|
||||
when: ansible_distribution_major_version|int < 8
|
||||
|
||||
- name: Install needed package (dnf)
|
||||
dnf: pkg={{ item }} state=present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue