Skip to content

Commit

Permalink
fix(debian-aide-unprivileged-report): ensure scripts dir exists
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Nov 23, 2024
1 parent 949f1b9 commit 46ac07c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/debian-aide-unprivileged-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
dest: /usr/local/scripts/cron.daily-aide
mode: '0755'

- name: Ensure scripts dir exists
ansible.builtin.file:
path: /usr/local/scripts
state: directory
mode: '0755'
owner: root

- name: Scheduled unprivileged daily script
ansible.builtin.cron:
name: aide hids unprivileged cron.daily
Expand Down

0 comments on commit 46ac07c

Please sign in to comment.