<?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 Re: ERROR! couldn't resolve module/action . . . for panos_address_object, yet other modules are found in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/error-couldn-t-resolve-module-action-for-panos-address-object/m-p/410260#M2673</link>
    <description>&lt;P&gt;Read this as the address object is added in 2.8 and you may need to install it seperatly than the collection. Also the object uses provider: '{{ provider }}' and other parameters so read carefully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ansible-pan.readthedocs.io/en/latest/modules/panos_address_object_module.html" target="_blank"&gt;https://ansible-pan.readthedocs.io/en/latest/modules/panos_address_object_module.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you think that this will work on 2.5 why don't you install docker and use a container with ansible 2.5 to see if the galaxy collection will work with it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is no container with ansible 2.5 and you are not good with writting dockerfiles just start a basic conteiner with ubuntu base image, enter it, install the needed things and use docker commit to create your new image (just to have backup if the container has issues):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://phoenixnap.com/kb/how-to-commit-changes-to-docker-image" target="_blank"&gt;https://phoenixnap.com/kb/how-to-commit-changes-to-docker-image&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jun 2021 07:35:09 GMT</pubDate>
    <dc:creator>nikoolayy1</dc:creator>
    <dc:date>2021-06-01T07:35:09Z</dc:date>
    <item>
      <title>ERROR! couldn't resolve module/action . . . for panos_address_object, yet other modules are found</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/error-couldn-t-resolve-module-action-for-panos-address-object/m-p/404837#M2650</link>
      <description>&lt;P&gt;I am working with ansible 2.9.6 on Ubuntu 20.04 and the PAN-OS Ansible Collection loaded via ansible-galaxy collection install . . . and as nearly as I can tell that version is 2.5. I have play books that call panos_security_rule, panos_nat_rule, and panos_commit_push. These -- and panos_address_object -- are all located in "~/.ansible/collections/ansible_collections/paloaltonetworks/panos/plugins/modules". Only calls to panos_address_object throw the "couldn't resolve module/action" error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am NOT running in a container. Is this an error that actually indicates some kind of syntax error that has nothing to do with the module location?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- name: Add flog service group&lt;BR /&gt;&amp;nbsp; panos_address_object:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ip_address: "{{ inventory_hostname }}"&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;password: "{{ creds.password }}"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;username: "{{ creds.username }}"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;name: 'flog-fe'&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;address_type: 'ip-range'&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;value: '10.1.1.1-10.2.2.3'&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;tag: ['flog']&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 22:52:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/error-couldn-t-resolve-module-action-for-panos-address-object/m-p/404837#M2650</guid>
      <dc:creator>stevejennings</dc:creator>
      <dc:date>2021-05-04T22:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR! couldn't resolve module/action . . . for panos_address_object, yet other modules are found</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/error-couldn-t-resolve-module-action-for-panos-address-object/m-p/410260#M2673</link>
      <description>&lt;P&gt;Read this as the address object is added in 2.8 and you may need to install it seperatly than the collection. Also the object uses provider: '{{ provider }}' and other parameters so read carefully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ansible-pan.readthedocs.io/en/latest/modules/panos_address_object_module.html" target="_blank"&gt;https://ansible-pan.readthedocs.io/en/latest/modules/panos_address_object_module.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you think that this will work on 2.5 why don't you install docker and use a container with ansible 2.5 to see if the galaxy collection will work with it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is no container with ansible 2.5 and you are not good with writting dockerfiles just start a basic conteiner with ubuntu base image, enter it, install the needed things and use docker commit to create your new image (just to have backup if the container has issues):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://phoenixnap.com/kb/how-to-commit-changes-to-docker-image" target="_blank"&gt;https://phoenixnap.com/kb/how-to-commit-changes-to-docker-image&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 07:35:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/error-couldn-t-resolve-module-action-for-panos-address-object/m-p/410260#M2673</guid>
      <dc:creator>nikoolayy1</dc:creator>
      <dc:date>2021-06-01T07:35:09Z</dc:date>
    </item>
  </channel>
</rss>

