Skip to content

Commit 1459fc2

Browse files
committed
Fix when operator on fagenrules handler
Signed-off-by: Chad Cravens <chad.cravens@ossys.com>
1 parent a8e29e6 commit 1459fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handlers/main.yml

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

4949
- name: generate fapolicyd rules
5050
command: fagenrules --load
51-
when: rules_dir is defined and not rules_dir.stat.exists
51+
when: rules_dir.stat.exists
5252

5353
- name: restart fapolicyd
5454
service:

0 commit comments

Comments
 (0)