<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how to disable the sequence check when downloading PANOS version via Ansible in Next-Generation Firewall Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/how-to-disable-the-sequence-check-when-downloading-panos-version/m-p/1227206#M5820</link>
    <description>playbook

- hosts: "xxxxx"
  connection: local

  vars:
    device:
      ip_address: '{{ ansible_host }}'
      username: '{{ ansible_user }}'
      password: '{{ ansible_password }}'

    version: 11.1.0

  tasks:
    - name: Download PAN-OS version
      paloaltonetworks.panos.panos_software:
        provider: '{{ device }}'
        version: '{{ version }}'
        download: true
        perform_software_check: false


FAILED! =&amp;gt; {"changed": false, "msg": "Version Sequence is invalid: 10.1.13-h1 -&amp;gt; 11.1.0"}</description>
    <pubDate>Wed, 23 Apr 2025 09:10:17 GMT</pubDate>
    <dc:creator>QuDong</dc:creator>
    <dc:date>2025-04-23T09:10:17Z</dc:date>
    <item>
      <title>how to disable the sequence check when downloading PANOS version via Ansible</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/how-to-disable-the-sequence-check-when-downloading-panos-version/m-p/1227206#M5820</link>
      <description>playbook

- hosts: "xxxxx"
  connection: local

  vars:
    device:
      ip_address: '{{ ansible_host }}'
      username: '{{ ansible_user }}'
      password: '{{ ansible_password }}'

    version: 11.1.0

  tasks:
    - name: Download PAN-OS version
      paloaltonetworks.panos.panos_software:
        provider: '{{ device }}'
        version: '{{ version }}'
        download: true
        perform_software_check: false


FAILED! =&amp;gt; {"changed": false, "msg": "Version Sequence is invalid: 10.1.13-h1 -&amp;gt; 11.1.0"}</description>
      <pubDate>Wed, 23 Apr 2025 09:10:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/how-to-disable-the-sequence-check-when-downloading-panos-version/m-p/1227206#M5820</guid>
      <dc:creator>QuDong</dc:creator>
      <dc:date>2025-04-23T09:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable the sequence check when downloading PANOS version via Ansible</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/how-to-disable-the-sequence-check-when-downloading-panos-version/m-p/1232824#M6042</link>
      <description>&lt;P&gt;Hi just edit panos_policies.py and add this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;    # Upgrade major version (10.2.0 -&amp;gt; 11.1.0)
    elif (current.major + 1 == target.major) and (target.minor == 1):
        return True&lt;/LI-CODE&gt;
&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/4294"&gt;@JimmyHolland&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/11-1/pan-os-upgrade/upgrade-pan-os/upgrade-the-firewall-pan-os/determine-the-upgrade-path" target="_blank" rel="noopener"&gt;https://docs.paloaltonetworks.com/pan-os/11-1/pan-os-upgrade/upgrade-pan-os/upgrade-the-firewall-pan-os/determine-the-upgrade-path&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 05:24:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/how-to-disable-the-sequence-check-when-downloading-panos-version/m-p/1232824#M6042</guid>
      <dc:creator>SimonT</dc:creator>
      <dc:date>2025-06-30T05:24:06Z</dc:date>
    </item>
  </channel>
</rss>

