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

@@ -48,11 +48,11 @@
- name: pre-run | upgrade system (debian, ubuntu, etc.)
apt: upgrade=dist
#changed_when: false
notify: update aide database
notify: Update_aide_database
when: ansible_distribution in ["Debian", "Ubuntu", "Linux Mint"]
- name: pre-run | upgrade system (arch)
pacman: upgrade=true
notify: update aide database
notify: Update_aide_database
when: ansible_distribution == 'Archlinux'
# run roles