mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[network] fix typo in ftd_configuration - all operation(s) are performed over REST API (#45977)
This commit is contained in:
parent
2148999048
commit
ccb89a8cb8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module: ftd_configuration
|
|||
short_description: Manages configuration on Cisco FTD devices over REST API
|
||||
description:
|
||||
- Manages configuration on Cisco FTD devices including creating, updating, removing configuration objects,
|
||||
scheduling and staring jobs, deploying pending changes, etc. All operation are performed over REST API.
|
||||
scheduling and staring jobs, deploying pending changes, etc. All operations are performed over REST API.
|
||||
version_added: "2.7"
|
||||
author: "Cisco Systems, Inc."
|
||||
options:
|
||||
|
|
Loading…
Reference in a new issue