Update ansible/update.yml

This commit is contained in:
2026-08-11 22:12:14 +02:00
parent 55a3dade37
commit 1d962b803d

View File

@@ -2,6 +2,7 @@
- name: Aktualizacja systemów i sprawdzenie wymaganych restartów - name: Aktualizacja systemów i sprawdzenie wymaganych restartów
hosts: all hosts: all
gather_facts: true gather_facts: true
ignore_unreachable: true
tasks: tasks:
# ========================================== # ==========================================