mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
feat: gitlab_project module - Allow to update project default branch (#7158)
This commit is contained in:
parent
0862511e82
commit
6b17ac1f30
2 changed files with 12 additions and 7 deletions
|
@ -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).
|
Loading…
Add table
Add a link
Reference in a new issue