Closed peterbuza closed 2 years ago
hi @peterbuza Peter,
thanks so much for letting us know the issue. we will fix it and release it immediately, meanwhile, you can install latest ansible
pip3 install ansible-core
as a workaround.
thanks, Link.
Hi @chillancezen, thank you for the quick notification. I am looking forward to hearing the fixed release.
hi @peterbuza Peter,
we have a new release 2.1.7 which covers the fix, you could cover your 2.1.6 by ansible-galaxy collection install -fn fortinet.fortimanager
, please let me know if the issue persists in your env.
thanks, Link.
Hi @chillancezen Link,
I successfully tested version 2.1.7. Thank you very much for your quick response.
Hi Team! After I upgraded FortiManager Galaxy module from 2.1.5 to 2.1.6 I received the following error when executing the fortimanager module.
I found that Fortimanager module /plugins/module_utils/napy.py module introduced a new import for "AnsibleValidationError" (from ansible.module_utils.errors import AnsibleValidationError), but this is not in the ansible python modules. Ansible version meets the requirements 2.9+:
Can I fix this somehow with the current Ansible version?
Thanks in advance.