1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-14 16:01:01 +03:00

short_description fix batch 2 (#5520)

This commit is contained in:
Alexei Znamensky
2022-11-10 01:57:41 +13:00
committed by GitHub
parent c604cc5ba9
commit f683d6a05d
50 changed files with 51 additions and 51 deletions

View File

@ -9,7 +9,7 @@ __metaclass__ = type
DOCUMENTATION = '''
module: gitlab_protected_branch
short_description: (un)Marking existing branches for protection
short_description: Manage protection of existing branches
version_added: 3.4.0
description:
- (un)Marking existing branches for protection.
@ -25,7 +25,7 @@ extends_documentation_fragment:
options:
state:
description:
- Create or delete proteced branch.
- Create or delete protected branch.
default: present
type: str
choices: ["present", "absent"]