summaryrefslogtreecommitdiff
path: root/lib/ansible/config/ansible_builtin_runtime.yml
diff options
context:
space:
mode:
authorBen Mildren <ben.mildren@gmail.com>2020-07-07 12:32:12 +0100
committerGitHub <noreply@github.com>2020-07-07 12:32:12 +0100
commit1a542e98249ce17fc3d396af2322e443864e5951 (patch)
tree8d0d242859ce950f6ce2efe6942ff0367cf8d064 /lib/ansible/config/ansible_builtin_runtime.yml
parentbd1378405bc80fd993f0251c0ab3a8d74a915fc7 (diff)
downloadansible-1a542e98249ce17fc3d396af2322e443864e5951.tar.gz
migrating ProxySQL to community.proxysql (#70490)
* migrating ProxySQL to community.proxysql * Removed remaining ProxySQL ref to community.general Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
Diffstat (limited to 'lib/ansible/config/ansible_builtin_runtime.yml')
-rw-r--r--lib/ansible/config/ansible_builtin_runtime.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/ansible/config/ansible_builtin_runtime.yml b/lib/ansible/config/ansible_builtin_runtime.yml
index 2d175026d1..fe0b92cfde 100644
--- a/lib/ansible/config/ansible_builtin_runtime.yml
+++ b/lib/ansible/config/ansible_builtin_runtime.yml
@@ -1447,19 +1447,19 @@ plugin_routing:
postgresql_user_obj_stat_info:
redirect: community.general.postgresql_user_obj_stat_info
proxysql_backend_servers:
- redirect: community.general.proxysql_backend_servers
+ redirect: community.proxysql.proxysql_backend_servers
proxysql_global_variables:
- redirect: community.general.proxysql_global_variables
+ redirect: community.proxysql.proxysql_global_variables
proxysql_manage_config:
- redirect: community.general.proxysql_manage_config
+ redirect: community.proxysql.proxysql_manage_config
proxysql_mysql_users:
- redirect: community.general.proxysql_mysql_users
+ redirect: community.proxysql.proxysql_mysql_users
proxysql_query_rules:
- redirect: community.general.proxysql_query_rules
+ redirect: community.proxysql.proxysql_query_rules
proxysql_replication_hostgroups:
- redirect: community.general.proxysql_replication_hostgroups
+ redirect: community.proxysql.proxysql_replication_hostgroups
proxysql_scheduler:
- redirect: community.general.proxysql_scheduler
+ redirect: community.proxysql.proxysql_scheduler
vertica_facts:
redirect: community.general.vertica_facts
vertica_configuration:
@@ -8403,7 +8403,7 @@ plugin_routing:
postgres:
redirect: community.general.postgres
proxysql:
- redirect: community.general.proxysql
+ redirect: community.proxysql.proxysql
purestorage:
redirect: community.general.purestorage
rabbitmq: