Add dependencies

This commit is contained in:
Tunui Franken 2025-01-31 22:53:40 +01:00
parent 988defbae8
commit b3f1e35828

View file

@ -74,10 +74,13 @@
mode: 0644
notify: Reload icinga2 service
- name: Install bsd-mailx for sending mail notifications
- name: Install some needed packages
become: true
ansible.builtin.apt:
name: bsd-mailx
name:
- bsd-mailx # for sending mail notifications
- curl # for get_service_states.sh
- jq # for get_service_states.sh
- name: Copy get_service_states.sh script
become: true