Ansible-Playbooks/Get-Upgrades.yaml aktualisiert

This commit is contained in:
2025-08-04 20:35:45 +02:00
parent f3e3bb3795
commit 99158ff5e8

View File

@@ -8,6 +8,7 @@
- name: List available Updates - name: List available Updates
ansible.builtin.shell: ansible.builtin.shell:
cmd: apt list --upgradable 2>/dev/null cmd: apt list --upgradable 2>/dev/null
- name: Get current date like dd-mm-yyyy - name: Get current date like dd-mm-yyyy
ansible.builtin.shell: ansible.builtin.shell:
cmd: $date = date +%d-%m-%Y cmd: $date = date +%d-%m-%Y