Skip to content

Commit

Permalink
sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
Kandarimegha committed Nov 18, 2024
1 parent cbfa33a commit 2bda742
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/modules/network_settings_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
# Copyright (c) 2024, Cisco Systems
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

r"""
DESCRIPTION = r"""
---
Description: Ansible module to perform operations on global pool, reserve pool and network in Cisco Catalyst Center.
info: Ansible module to perform operations on global pool, reserve pool and network in Cisco Catalyst Center.
"""
from __future__ import absolute_import, division, print_function

__metaclass__ = type
__author__ = ['Muthu Rakesh, Madhan Sankaranarayanan, Megha Kandari']

DOCUMENTATION = r"""
---
module: network_settings_workflow_manager
short_description: Resource module for IP Address pools and network functions
description:
Expand Down

0 comments on commit 2bda742

Please sign in to comment.