Skip to content

Commit

Permalink
add fapolicyd role
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 19, 2023
1 parent 03a5635 commit 8fdbea2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions roles/fapolicyd/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
- name: Install fapolicyd
package:
name: fapolicyd
state: installed

- name: Start fapolicyd
service:
name: fapolicyd
state: started
enabled: true

0 comments on commit 8fdbea2

Please sign in to comment.