Ansible-Playbooks/get-upgrades.yaml aktualisiert

This commit is contained in:
2025-08-29 11:02:33 +02:00
parent 803e865f7f
commit 193161546d

View File

@@ -11,7 +11,7 @@
- name: Install available Updates and write output log into ~\update_logs\update_log_($date)
ansible.builtin.shell:
cmd: apt upgrade -y > "~\updates_logs\update_log_$(date +"%Y_%m_%d_%I_%M_%p")"
cmd: apt upgrade -y > ~\updates_logs\update_log_$(date +"%Y_%m_%d_%I_%M_%p")
- name: Update Zabbix Text file
ansible.builtin.shell: