Fix invalid botmeta entries (#67785)
Correct paths Remove trailing whitespace
This commit is contained in:
parent
3405ee1c01
commit
08821709ef
1 changed files with 162 additions and 166 deletions
18
.github/BOTMETA.yml
vendored
18
.github/BOTMETA.yml
vendored
|
@ -1209,9 +1209,9 @@ files:
|
|||
migrated_to: check_point.mgmt
|
||||
$modules/network/check_point/cp_mgmt_service_sctp.py:
|
||||
migrated_to: check_point.mgmt
|
||||
$modules/network/check_point/cp_mgmt_service_t $modules/network/check_point/cp_facts.py:
|
||||
$modules/network/check_point/cp_mgmt_service_tcp_facts.py:
|
||||
migrated_to: check_point.mgmt
|
||||
$modules/network/check_point/cp_mgmt_service_t $modules/network/check_point/cp.py:
|
||||
$modules/network/check_point/cp_mgmt_service_tcp.py:
|
||||
migrated_to: check_point.mgmt
|
||||
$modules/network/check_point/cp_mgmt_service_udp_facts.py:
|
||||
migrated_to: check_point.mgmt
|
||||
|
@ -2694,7 +2694,7 @@ files:
|
|||
migrated_to: netapp.ontap
|
||||
$modules/storage/netapp/na_ontap_cg_snapshot.py:
|
||||
migrated_to: netapp.ontap
|
||||
$modules/st$modules/storage/netapp/na_ontap_ldap.py:
|
||||
$modules/storage/netapp/na_ontap_ldap.py:
|
||||
migrated_to: netapp.ontap
|
||||
$modules/storage/netapp/na_ontap_lun_copy.py:
|
||||
migrated_to: netapp.ontap
|
||||
|
@ -3182,11 +3182,11 @@ files:
|
|||
$module_utils/netapp:
|
||||
maintainers: $team_netapp
|
||||
support: community
|
||||
$module_utils/netapp/netapp_elementsw_module.py:
|
||||
$module_utils/netapp_elementsw_module.py:
|
||||
migrated_to: netapp.elementsw
|
||||
$module_utils/netapp/netapp.py:
|
||||
$module_utils/netapp.py:
|
||||
migrated_to: netapp.ontap
|
||||
$module_utils/netapp/netapp_module.py:
|
||||
$module_utils/netapp_module.py:
|
||||
migrated_to: netapp.ontap
|
||||
$module_utils/network:
|
||||
labels: networking
|
||||
|
@ -3195,7 +3195,7 @@ files:
|
|||
$module_utils/network/aci: *aci
|
||||
$module_utils/network/aci/aci.py:
|
||||
migrated_to: cisco.aci
|
||||
module_utils/network/aci/mso.py:
|
||||
$module_utils/network/aci/mso.py:
|
||||
migrated_to: cisco.mso
|
||||
$module_utils/network/aireos: *aireos
|
||||
$module_utils/network/aos:
|
||||
|
@ -3677,10 +3677,6 @@ files:
|
|||
supershipit: $team_google
|
||||
maintainers: $team_google
|
||||
migrated_to: google.cloud
|
||||
$plugins/doc_fragments/grafana.py:
|
||||
maintainers: $team_grafana
|
||||
labels: monitoring grafana
|
||||
migrated_to: community.grafana
|
||||
$plugins/doc_fragments/hwc.py:
|
||||
maintainers: $team_huawei
|
||||
$plugins/doc_fragments/intersight.py: *intersight
|
||||
|
|
Loading…
Reference in a new issue