base: change conditional, perhaps ansible likes this one better?
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
53c3309269
commit
fd1c7cf395
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
- name: ensure packages required for semanage are installed (fedora/rhel8)
|
||||
package: name=policycoreutils-python-utils state=present
|
||||
when: ansible_distribution_major_version|int => 8
|
||||
when: ansible_distribution_major_version|int > 7
|
||||
tags:
|
||||
- selinux
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue