4
This commit is contained in:
parent
cee96b23ee
commit
37d9a6d9c8
1 changed files with 1 additions and 6 deletions
|
@ -10,12 +10,7 @@
|
||||||
- name: Upgrade all packages to the latest version
|
- name: Upgrade all packages to the latest version
|
||||||
apt:
|
apt:
|
||||||
upgrade: dist
|
upgrade: dist
|
||||||
|
|
||||||
- name: Remove unnecessary packages
|
|
||||||
become: yes
|
|
||||||
apt:
|
|
||||||
autoremove: yes
|
|
||||||
|
|
||||||
- name: Send notify to Telegram
|
- name: Send notify to Telegram
|
||||||
community.general.telegram:
|
community.general.telegram:
|
||||||
token: '5909855740:AAGLftkWmQl0XTLHLo1PcI87HHXoU7eEAGM'
|
token: '5909855740:AAGLftkWmQl0XTLHLo1PcI87HHXoU7eEAGM'
|
||||||
|
|
Loading…
Reference in a new issue