Update roles/pfsense_upgrade/tasks/update_check.yml

This commit is contained in:
2026-04-27 19:14:21 -07:00
parent 3bf795f69f
commit 0c57ee7eab

View File

@@ -128,7 +128,7 @@
# 6. Warnings based on upgrade availability # 6. Warnings based on upgrade availability
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
- name: Warn if perform_upgrade is false but upgrade is available - name: Warn if perform_upgrade is false but upgrade is available
ansible.builtn.debug: ansible.builtin.debug:
msg: | msg: |
DRY RUN — Upgrade to {{ upgrade_target_repo }} is available but perform_upgrade=false. DRY RUN — Upgrade to {{ upgrade_target_repo }} is available but perform_upgrade=false.
Re-run with -e "perform_upgrade=true" to apply. Re-run with -e "perform_upgrade=true" to apply.