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:
parent
8140a15830
commit
f7391dd3fa
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
- name: ensure packages required for semanage are installed (yum)
|
- name: ensure packages required for semanage are installed (yum)
|
||||||
package: name={{ item }} state=present
|
package: name={{ item }} state=present
|
||||||
when: ansible_distribution_major_version|int < 22
|
|
||||||
with_items:
|
with_items:
|
||||||
- policycoreutils-python
|
- policycoreutils-python
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue