Ansible-Playbooks/Get-Upgrades.yaml aktualisiert
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
- name: List available Updates
|
||||
ansible.builtin.shell:
|
||||
cmd: apt list --upgradable 2>/dev/null
|
||||
|
||||
- name: Get current date like dd-mm-yyyy
|
||||
ansible.builtin.shell:
|
||||
cmd: $date = date +%d-%m-%Y
|
||||
|
||||
Reference in New Issue
Block a user