renamed handler

This commit is contained in:
2025-10-01 16:12:04 +02:00
parent 238fdf8895
commit 9f073d8c3c
6 changed files with 8 additions and 8 deletions

View File

@@ -35,4 +35,4 @@
Match User lowpriv,sshjumpuser
AllowAgentForwarding yes
AllowTcpForwarding yes
notify: [ "restart_sshd", "update aide database" ]
notify: [ "restart_sshd", "Update_aide_database" ]

View File

@@ -22,7 +22,7 @@
- fortune-mod
state: absent
purge: true # Also removes configuration files
notify: update aide database
notify: Update_aide_database
when: ansible_os_family == "Debian"
- name: system setup | package hardening | remove unnecessary packages (RedHat family)
@@ -38,5 +38,5 @@
- cups*
- avahi
state: absent
notify: update aide database
notify: Update_aide_database
when: ansible_os_family == "RedHat"

View File

@@ -20,5 +20,5 @@
- irc
- gnats
- games
notify: update aide database
notify: Update_aide_database
ignore_errors: true # Some users might not exist, which is fine