Skip to content

Commit 55dc6f2

Browse files
committed
typo
1 parent a6186ef commit 55dc6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/prerequisites/setup-selinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
command: semodule_package -o /tmp/my-appprotect.pp -m /tmp/my-appprotect.mod
9595

9696
- name: "(Install: SELinux: Custom) Apply custom policy"
97-
command: semanage -i /tmp/my-appprotect.pp
97+
command: semodule -i /tmp/my-appprotect.pp
9898

9999
- name: "(Install: SELinux: Custom) Remove temporary files"
100100
file:

0 commit comments

Comments
 (0)