base: Fix syntax on dnf command, it should just be the name in this case
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c9dcffc09b
commit
80f5658820
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
when: ansible_distribution_major_version|int < 8
|
||||
|
||||
- name: ensure packages required for semanage are installed (dnf)
|
||||
dnf: name=['policycoreutils-python-utils'] state=present
|
||||
dnf: name=policycoreutils-python-utils state=present
|
||||
when: ansible_distribution_major_version|int > 27 and ansible_cmdline.ostree is not defined
|
||||
tags:
|
||||
- selinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue