diff --git a/files/ansible-playbooks/update-reboot-scheduler.yml b/files/ansible-playbooks/update-reboot-scheduler.yml index f37fc56..230552b 100644 --- a/files/ansible-playbooks/update-reboot-scheduler.yml +++ b/files/ansible-playbooks/update-reboot-scheduler.yml @@ -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