selinux: Lint fixes
This commit is contained in:
parent
e117fa23c5
commit
f7fc9e97c6
1 changed files with 8 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
- block:
|
||||
- name: install mandatory selinux packages
|
||||
package:
|
||||
name: policycoreutils-python
|
||||
state: installed
|
||||
- name: install mandatory selinux packages
|
||||
package:
|
||||
name: policycoreutils-python
|
||||
state: installed
|
||||
when: ansible_distribution_major_version|int < 8
|
||||
|
||||
- block:
|
||||
- name: install mandatory selinux packages
|
||||
package:
|
||||
name: policycoreutils-python-utils
|
||||
state: installed
|
||||
- name: install mandatory selinux packages
|
||||
package:
|
||||
name: policycoreutils-python-utils
|
||||
state: installed
|
||||
when: ansible_distribution_major_version|int >= 8
|
||||
|
|
Loading…
Add table
Reference in a new issue