cyberark appears to have renamed their collection
Trying to build docs for Ansible-2.10 and ran into error #69475 in ansible-doc. To work around that I need to get a newer cyberark collection which fixes the issues. Unfortunately, it looks like the cyberark team has renamed their collection from bizdev to pas is not responding to issues on github. I'm putting in this PR for them to get this updated before 2.10 so that the modules will work out of the box.
This commit is contained in:
parent
6086ea62ee
commit
eb3e4b3a7b
1 changed files with 2 additions and 2 deletions
|
@ -6774,9 +6774,9 @@ plugin_routing:
|
|||
skydive_node:
|
||||
redirect: skydive.skydive.skydive_node
|
||||
cyberark_authentication:
|
||||
redirect: cyberark.bizdev.cyberark_authentication
|
||||
redirect: cyberark.pas.cyberark_authentication
|
||||
cyberark_user:
|
||||
redirect: cyberark.bizdev.cyberark_user
|
||||
redirect: cyberark.pas.cyberark_user
|
||||
gcp_appengine_firewall_rule:
|
||||
redirect: google.cloud.gcp_appengine_firewall_rule
|
||||
gcp_appengine_firewall_rule_info:
|
||||
|
|
Loading…
Reference in a new issue