feature(gitlab): add 'ca_path' option (#7472)

This commit is contained in:
Léo GATELLIER 2023-11-05 12:20:36 +01:00 committed by GitHub
parent 74e941e432
commit 567c7d1839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

View file

@ -29,4 +29,9 @@ options:
- GitLab CI job token for logging in.
type: str
version_added: 4.2.0
ca_path:
description:
- The CA certificates bundle to use to verify GitLab server certificate.
type: str
version_added: 8.1.0
'''