fix version for rhel

This commit is contained in:
Kevin Fenzi 2017-05-14 21:54:22 +00:00
parent 714506a905
commit 8c4162eaa4

View file

@ -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