Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 03fd9af

Browse files
authored
Merge pull request #119 from stenwt/fix-on-fedora
use package instead of yum so the operation works on Fedora
2 parents 5c68c65 + ff72a2e commit 03fd9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
- block: # only runs when selinux is running
6565
- name: install selinux dependencies when selinux is installed on RHEL or Oracle Linux
66-
yum: name="{{item}}" state=installed
66+
package: name="{{item}}" state=installed
6767
with_items:
6868
- policycoreutils-python
6969
- checkpolicy

0 commit comments

Comments
 (0)