PaloAltoNetworks/pan-os-ansible

Panos commit and push does not support anything that is not vsys1

Daniel-dev22 opened this issue · 1 comments

Describe the bug

The panos_commit_push module does not support anything that is not vsys1 and does not provide a parameter to specify a vsys the way other panos modules do.

Expected behavior

A configuration parameter when calling the module to pass the vsys.

Current behavior

The module will fail.

Possible solution

Steps to reproduce

  1. Use the panos_commit_push module with a device group on anything not on vsys1.

Screenshots

Context

I am trying to commit and push to device groups that are not just on vsys1.

Your Environment

  • Collection: 2.17.2
  • Python:
  • Ansible: 2.12
  • PAN-OS Python Library & version (e.g. pandevice 0.14.0, pan-os-python 1.0.2): 1.8.1

🎉 Thanks for opening your first issue here! Welcome to the community!