From 53c73ae836dca9fabfbbb1ef6887e789af44307e Mon Sep 17 00:00:00 2001 From: Dylan Silva Date: Tue, 14 Feb 2017 12:51:51 -0800 Subject: [PATCH] Modified openswitch module metadata from core to community (#21355) --- lib/ansible/modules/network/openswitch/ops_command.py | 2 +- lib/ansible/modules/network/openswitch/ops_config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/openswitch/ops_command.py b/lib/ansible/modules/network/openswitch/ops_command.py index 0f1ffd04a1d..78bae0a48d5 100644 --- a/lib/ansible/modules/network/openswitch/ops_command.py +++ b/lib/ansible/modules/network/openswitch/ops_command.py @@ -17,7 +17,7 @@ # ANSIBLE_METADATA = {'status': ['preview'], - 'supported_by': 'core', + 'supported_by': 'community', 'version': '1.0'} DOCUMENTATION = """ diff --git a/lib/ansible/modules/network/openswitch/ops_config.py b/lib/ansible/modules/network/openswitch/ops_config.py index 79c23aafcb4..64d67c53994 100644 --- a/lib/ansible/modules/network/openswitch/ops_config.py +++ b/lib/ansible/modules/network/openswitch/ops_config.py @@ -17,7 +17,7 @@ # ANSIBLE_METADATA = {'status': ['preview'], - 'supported_by': 'core', + 'supported_by': 'community', 'version': '1.0'} DOCUMENTATION = """