Set default git branch to main
This commit is contained in:
parent
5998c5900e
commit
dfa16402f1
1 changed files with 7 additions and 0 deletions
|
@ -306,5 +306,12 @@
|
|||
font.pointSize: config.fontSize
|
||||
}
|
||||
|
||||
- name: Set git default-branch to main
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/gitconfig
|
||||
content: |
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
- name: Include sync
|
||||
ansible.builtin.include_tasks: sync.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue