w
This commit is contained in:
parent
824f66895c
commit
c6be995861
1 changed files with 5 additions and 1 deletions
|
@ -14,4 +14,8 @@
|
|||
- name: Remove unnecessary packages
|
||||
apt:
|
||||
autoremove: yes
|
||||
autoclean: yes
|
||||
autoclean: yes
|
||||
|
||||
- name: tg-alert
|
||||
ansible.builtin.url:
|
||||
utl: https://api.telegram.org/bot$BotID/sendMessage?chat_id=$ChatID&text=$ChatText
|
Loading…
Reference in a new issue