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: