Skip to content

Commit

Permalink
More linting rules with 4.3.0. Good.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Aug 21, 2020
1 parent e91e46a commit 49b814f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,21 @@
template:
src: "{{ auditd_config_file }}.j2"
dest: "{{ auditd_config_directory }}/{{ auditd_config_file }}"
mode: "0640"
notify:
- restart auditd

- name: create rules.d directory
file:
path: "{{ auditd_config_directory }}/rules.d"
state: directory
mode: "0750"

- name: place custom.rules
template:
src: custom.rules.j2
dest: "{{ auditd_config_directory }}/rules.d/custom.rules"
mode: "0666"
notify:
- run augenrules
when:
Expand Down

0 comments on commit 49b814f

Please sign in to comment.