From 6c17c55b51ee8f61cdcafe6d67bdae95d9e4d774 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Wed, 13 Feb 2019 14:24:17 -0500 Subject: [PATCH] move modules to community support (#52184) --- lib/ansible/modules/network/ftd/ftd_configuration.py | 2 +- lib/ansible/modules/network/ftd/ftd_file_download.py | 2 +- lib/ansible/modules/network/ftd/ftd_file_upload.py | 2 +- lib/ansible/modules/network/slxos/slxos_l3_interface.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/network/ftd/ftd_configuration.py b/lib/ansible/modules/network/ftd/ftd_configuration.py index 22186836e7..f47e2a53fa 100644 --- a/lib/ansible/modules/network/ftd/ftd_configuration.py +++ b/lib/ansible/modules/network/ftd/ftd_configuration.py @@ -24,7 +24,7 @@ __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], - 'supported_by': 'network'} + 'supported_by': 'community'} DOCUMENTATION = """ --- diff --git a/lib/ansible/modules/network/ftd/ftd_file_download.py b/lib/ansible/modules/network/ftd/ftd_file_download.py index b238093d83..4dd7323fd5 100644 --- a/lib/ansible/modules/network/ftd/ftd_file_download.py +++ b/lib/ansible/modules/network/ftd/ftd_file_download.py @@ -24,7 +24,7 @@ __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], - 'supported_by': 'network'} + 'supported_by': 'community'} DOCUMENTATION = """ --- diff --git a/lib/ansible/modules/network/ftd/ftd_file_upload.py b/lib/ansible/modules/network/ftd/ftd_file_upload.py index fbbcc38833..8d9f25a370 100644 --- a/lib/ansible/modules/network/ftd/ftd_file_upload.py +++ b/lib/ansible/modules/network/ftd/ftd_file_upload.py @@ -24,7 +24,7 @@ __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], - 'supported_by': 'network'} + 'supported_by': 'community'} DOCUMENTATION = """ --- diff --git a/lib/ansible/modules/network/slxos/slxos_l3_interface.py b/lib/ansible/modules/network/slxos/slxos_l3_interface.py index 085454c8b7..8f29a5e11d 100644 --- a/lib/ansible/modules/network/slxos/slxos_l3_interface.py +++ b/lib/ansible/modules/network/slxos/slxos_l3_interface.py @@ -23,7 +23,7 @@ __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], - 'supported_by': 'network'} + 'supported_by': 'community'} DOCUMENTATION = """ ---