This commit is contained in:
2026-02-12 05:27:22 +02:00
parent 90c0d4d194
commit 9a80c95082

View File

@@ -3,7 +3,8 @@
# Phase 1: Cloud -> NetBox sync (via sot-updater-iponly.yml in wrapper mode)
# Phase 2: Refresh ansible_host from nb_ip, reset_connection
# Phase 3: Run update-rebootin224.yml
# Phase 4: Run afterupgrade_check.yml
# NOTE: update-rebootin224.yml is responsible for scheduling afterupgrade_check via RabbitMQ (delayed).
# Do NOT import/run afterupgrade_check.yml here.
- hosts: all
gather_facts: no
@@ -65,5 +66,3 @@
- import_playbook: update-rebootin224.yml
- import_playbook: afterupgrade_check.yml