feat: gitlab_project module - Allow to update project default branch (#7158)

This commit is contained in:
Léo GATELLIER 2023-09-06 19:11:11 +02:00 committed by GitHub
parent 0862511e82
commit 6b17ac1f30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 7 deletions

View file

@ -0,0 +1,2 @@
breaking_changes:
- gitlab_project - add ``default_branch`` support for project update. If you used the module so far with ``default_branch`` to update a project, the value of ``default_branch`` was ignored. Make sure that you either do not pass a value if you are not sure whether it is the one you want to have to avoid unexpected breaking changes (https://github.com/ansible-collections/community.general/pull/7158).