mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
Fix comma (#50766)
This commit is contained in:
parent
88eb01b660
commit
aea20f95c6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ DOCUMENTATION = """
|
||||||
module: checkpoint_host
|
module: checkpoint_host
|
||||||
short_description: Manages host objects on Checkpoint over Web Services API
|
short_description: Manages host objects on Checkpoint over Web Services API
|
||||||
description:
|
description:
|
||||||
- Manages host objects on Checkpoint devices including creating, updating, removing access rules objects,
|
- Manages host objects on Checkpoint devices including creating, updating, removing access rules objects.
|
||||||
All operations are performed over Web Services API.
|
All operations are performed over Web Services API.
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
author: "Ansible by Red Hat (@rcarrillocruz)"
|
author: "Ansible by Red Hat (@rcarrillocruz)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue