From 137b13d94e8ecb023d5eb37d87a9d8cab76173af Mon Sep 17 00:00:00 2001 From: Vezpi Date: Tue, 23 Jun 2026 19:15:50 +0000 Subject: [PATCH] fix: typo --- ansible/opnsense/update_opnsense_ha_cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/opnsense/update_opnsense_ha_cluster.yml b/ansible/opnsense/update_opnsense_ha_cluster.yml index 8a79acf..3a94782 100644 --- a/ansible/opnsense/update_opnsense_ha_cluster.yml +++ b/ansible/opnsense/update_opnsense_ha_cluster.yml @@ -285,7 +285,7 @@ force_basic_auth: true validate_certs: false register: _update_running - failedd_when: _update_running.json.status != 'busy' + failed_when: _update_running.json.status != 'busy' - name: Wait for node to reboot after the update ansible.builtin.wait_for: