mirror of https://github.com/ansible/ansible.git
Fortinet FortiManager Module_Utils MINOR Update (#52756)
* PR for minor update to FortiManager.py. Now accepts entire module as input, so it can use those data points for decisions later. This update is entirely related to our debugging and should have zero impact on existing modules. * Minor change to documentation to kick off another shippable. Suspected error on last run. * Commented out reference to the import library for fortimanager debug (which is only used by us, internally). It needs to be moved outside of the Ansible namespace so we can call it with try/catch without any other issues. Right now /ansible/executor/module_common.py runs w/ recursive_finder, and throws errors because it can't find debug on other machines within the ansible namespace. We don't have this issue with pyFMG legacy usage. So, we're disabling the code until we have a better way of calling this debug module. It isn't required for production usage.pull/53266/head
parent
c0c6eebed6
commit
a65db027e8
Loading…
Reference in New Issue