base: You cannot have two when: clauses, just switch to one of them.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-20 01:11:51 +00:00
parent 8140a15830
commit f7391dd3fa

View file

@ -7,7 +7,6 @@
- name: ensure packages required for semanage are installed (yum)
package: name={{ item }} state=present
when: ansible_distribution_major_version|int < 22
with_items:
- policycoreutils-python
tags: