Update roles/pfsense_upgrade/tasks/main.yml
This commit is contained in:
@@ -13,6 +13,12 @@
|
|||||||
ansible.builtin.import_tasks: update_check.yml
|
ansible.builtin.import_tasks: update_check.yml
|
||||||
tags: [always, check]
|
tags: [always, check]
|
||||||
|
|
||||||
|
# Config backup to webhook (before upgrade)
|
||||||
|
- name: Include config backup to webhook
|
||||||
|
ansible.builtin.import_tasks: backup_webhook.yml
|
||||||
|
tags: [always, backup]
|
||||||
|
when: perform_upgrade | bool
|
||||||
|
|
||||||
# CARP pre-upgrade (demotion)
|
# CARP pre-upgrade (demotion)
|
||||||
- name: Include CARP pre-upgrade logic
|
- name: Include CARP pre-upgrade logic
|
||||||
ansible.builtin.import_tasks: carp_pre.yml
|
ansible.builtin.import_tasks: carp_pre.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user