use python3-libselinux
This commit is contained in:
parent
afa5c85b2f
commit
4acfcae34e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
state: present
|
state: present
|
||||||
pkg:
|
pkg:
|
||||||
- chrony
|
- chrony
|
||||||
- libselinux-python
|
- python3-libselinux
|
||||||
when: ansible_distribution_major_version|int > 7 and ansible_distribution == 'RedHat' and ansible_cmdline.ostree is not defined
|
when: ansible_distribution_major_version|int > 7 and ansible_distribution == 'RedHat' and ansible_cmdline.ostree is not defined
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue