Description
Issue with panos_software: as it doesn't allow to jump from 10.1 to 11.1 even i have marked 'perform_software_check: false' explicitly
As the PA allow to direct upgrade/ jump 2 version, this should be patched soon
Error
Task
- name: Download PAN-OS {{ major_version_2_passive }} minor image with install and reboot
paloaltonetworks.panos.panos_software:
provider: "{{ device_passive }}"
version: "{{ major_version_2_passive }}"
install: "{{ survey_install_and_reboot }}"
restart: "{{ survey_install_and_reboot }}"
sync_to_peer: true
perform_software_check: false
register: result2
Output
TASK [Download PAN-OS 11.1.6-h10 minor image with install and reboot] ********************************************************************************************************
task path: /home/passive.yml:58
fatal: [pafw -> localhost]: FAILED! => changed=false
invocation:
module_args:
api_key: null
download: true
install: true
ip_address: null
named_config: null
password: null
perform_software_check: false
port: 443
provider:
api_key: VALUE_SPECIFIED_IN_NO_LOG_PARAMETER
ip_address: pa.local
password: null
port: 443
serial_number: null
username: admin
restart: true
sync_to_peer: true
timeout: 1200
username: admin
version: 11.1.6-h10
msg: 'Version Sequence is invalid: 10.1.7 -> 11.1.6-h10'
Pausing for 10 seconds