Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 269f61f

Browse files
paretlpaulfantom
authored andcommitted
Fix syntax on SELinux installation for clearlinux (#134)
1 parent 3c4efeb commit 269f61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/selinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
retries: 5
3737
delay: 2
3838
when:
39-
- ansible_distribution | lower = "clearlinux"
39+
- ansible_distribution | lower == "clearlinux"

0 commit comments

Comments
 (0)