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

Commit ff72a2e

Browse files
author
Sten Turpin
committed
use package instead of yum so the operation works on Fedora
1 parent 6b782ef commit ff72a2e

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
@@ -58,7 +58,7 @@
5858

5959
- block: # only runs when selinux is running
6060
- name: install selinux dependencies when selinux is installed on RHEL or Oracle Linux
61-
yum: name="{{item}}" state=installed
61+
package: name="{{item}}" state=installed
6262
with_items:
6363
- policycoreutils-python
6464
- checkpolicy

0 commit comments

Comments
 (0)