mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
[PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018)
Add attributes to git* modules (#5947)
Add attributes to git* modules.
(cherry picked from commit 3186a944e9
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
27906ca76b
commit
2f05cd3330
19 changed files with 140 additions and 14 deletions
|
@ -21,6 +21,13 @@ requirements:
|
|||
extends_documentation_fragment:
|
||||
- community.general.auth_basic
|
||||
- community.general.gitlab
|
||||
- community.general.attributes
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: none
|
||||
diff_mode:
|
||||
support: none
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue