Add dependencies
This commit is contained in:
parent
988defbae8
commit
b3f1e35828
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue