Skip to content

Commit

Permalink
Fix fapolicyd configuration path
Browse files Browse the repository at this point in the history
Fixes fapolicy configuration path introduced in
#256

Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina committed Apr 13, 2022
1 parent cc0e434 commit 3c6d211
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
command: vdsm-tool configure --force
changed_when: True

- name: Verify fapolicyd.rules file
- name: Check existence of /etc/fapolicyd/rules.d directory
stat:
path: /etc/fapolicyd/fapolicyd.rules
path: /etc/fapolicyd/rules.d
register: fapolicy_rules

- name: collect facts about system services
Expand Down

0 comments on commit 3c6d211

Please sign in to comment.