Hi guys,
I'm using a playbook to distribute teh shelf fw to all of our clusters.
I see in Ansible the package is downloaded and also in the audit.log of teh cluster I can see the download. But afterwards, the new fw is not available for updates neither it is started automatically.
task:
netapp.ontap.na_ontap_firmware_upgrade:
hostname: "{{ netapp_cluster }}"
username: "<user_name>"
password: "{{ pwd_definition.ansible_usr }}"
https: true
validate_certs: false
package_url: "<download url of all_shelf_fw.zip>"
force_disruptive_update: false
firmware_type: shelf
use_rest: always
ignore_errors: true```