From c44860057e72d569125881058795b9053182ddec Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Fri, 12 Oct 2018 15:48:16 -0400 Subject: [PATCH] update sros metadata to certified (#46981) --- lib/ansible/modules/network/sros/sros_command.py | 2 +- lib/ansible/modules/network/sros/sros_config.py | 2 +- lib/ansible/modules/network/sros/sros_rollback.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/network/sros/sros_command.py b/lib/ansible/modules/network/sros/sros_command.py index a3dd87103b9..3151e92f718 100644 --- a/lib/ansible/modules/network/sros/sros_command.py +++ b/lib/ansible/modules/network/sros/sros_command.py @@ -9,7 +9,7 @@ __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], - 'supported_by': 'community'} + 'supported_by': 'certified'} DOCUMENTATION = """ --- diff --git a/lib/ansible/modules/network/sros/sros_config.py b/lib/ansible/modules/network/sros/sros_config.py index bde868b1287..2c63fe35cdc 100644 --- a/lib/ansible/modules/network/sros/sros_config.py +++ b/lib/ansible/modules/network/sros/sros_config.py @@ -9,7 +9,7 @@ __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], - 'supported_by': 'community'} + 'supported_by': 'certified'} DOCUMENTATION = """ diff --git a/lib/ansible/modules/network/sros/sros_rollback.py b/lib/ansible/modules/network/sros/sros_rollback.py index 12298ebe08e..65988c681fe 100644 --- a/lib/ansible/modules/network/sros/sros_rollback.py +++ b/lib/ansible/modules/network/sros/sros_rollback.py @@ -9,7 +9,7 @@ __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], - 'supported_by': 'community'} + 'supported_by': 'certified'} DOCUMENTATION = """