mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
fix version for rhel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user