--- - name: Update repositories and upgrade packages on Ubuntu hosts: all become: true tasks: - name: Update apt cache apt: update_cache: yes - name: Upgrade all packages to the latest version apt: upgrade: dist - name: Remove unnecessary packages apt: autoremove: yes autoclean: yes - name: tg-alert ansible.builtin.url: utl: https://api.telegram.org/bot$BotID/sendMessage?chat_id=$ChatID&text=$ChatText