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:
|
- block:
|
||||||
- name: install mandatory selinux packages
|
- name: install mandatory selinux packages
|
||||||
package:
|
package:
|
||||||
name: policycoreutils-python
|
name: policycoreutils-python
|
||||||
state: installed
|
state: installed
|
||||||
when: ansible_distribution_major_version|int < 8
|
when: ansible_distribution_major_version|int < 8
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: install mandatory selinux packages
|
- name: install mandatory selinux packages
|
||||||
package:
|
package:
|
||||||
name: policycoreutils-python-utils
|
name: policycoreutils-python-utils
|
||||||
state: installed
|
state: installed
|
||||||
when: ansible_distribution_major_version|int >= 8
|
when: ansible_distribution_major_version|int >= 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue