Closed btorresgil closed 3 years ago
These two are "lazy" in that they only show up if the value is True
because these aren't present in older versions of PAN-OS, so setting them globally will break backwards compatibility. I have not researched when it showed up, so I don't know. The versions might be EOL at this point, so maybe not an issue..?
Regardless, should probably be panos.yesno()
ing their inclusion in the commit XML.
The way I changed it, there are 3 options:
None (default): nothing is added to the XML. True: yes is added to XML. False: no is added to XML.
So this should not affect versions where these features don't exist, because you can use None.
:tada: This PR is included in version 1.1.1 :tada:
The release is available on PyPI and GitHub release
Posted by semantic-release bot
Fixes #332 Fixes PaloAltoNetworks/pan-os-ansible#204