added diskspace

This commit is contained in:
2023-07-22 21:29:04 +02:00
parent a273d66b0b
commit f2529fadfc
2 changed files with 16 additions and 9 deletions

View File

@@ -3,12 +3,4 @@
- name: Update apt packages
apt:
upgrade: yes
update_cache: yes
- name: Send notifications
community.general.pushover:
title: 'APT Updates'
msg: '{{ testvar }} has been lost somewhere'
app_token: '{{ app_token }}'
user_key: '{{ user_key }}'
delegate_to: localhost
update_cache: yes