Fix fortimanager httpapi redirect (#71073)
* The fortimanager httpapi plugin is in fortinet.fortimanager, not in fortinet.fortios. * Add changelog fragment.
This commit is contained in:
parent
86b6c4bbb6
commit
4bd7580dd7
2 changed files with 3 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "fortimanager httpapi plugin - fix redirect to point to the ``fortinet.fortimanager`` collection (https://github.com/ansible/ansible/pull/71073)."
|
|
@ -9485,7 +9485,7 @@ plugin_routing:
|
|||
fortianalyzer:
|
||||
redirect: community.network.fortianalyzer
|
||||
fortimanager:
|
||||
redirect: fortinet.fortios.fortimanager
|
||||
redirect: fortinet.fortimanager.fortimanager
|
||||
ftd:
|
||||
redirect: community.network.ftd
|
||||
vmware:
|
||||
|
|
Loading…
Add table
Reference in a new issue