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:
Kevin Fenzi 2019-05-01 22:39:58 +00:00
parent c9dcffc09b
commit 80f5658820

View file

@ -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