PaloAltoNetworks / ansible-pan

Ansible modules for Palo Alto Networks NGFWs
Other
229 stars 159 forks source link

Fix logic for template stack usage #399

Closed AmGeorgiou closed 5 years ago

AmGeorgiou commented 5 years ago

This is a solution to #398.

If a template stack has been identified (and hence added_template is set to True), then module.params[self.template] can be set to None (template is not a required parameter).