diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2023-01-18 21:06:21 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2023-04-02 11:45:09 +0200 |
commit | 1cdb3d7f5aa68be5d90cfbbbc69918ac7823a8ae (patch) | |
tree | fe3c16ac9c525e1be9ff61b8ff450c2b3346bfbc /roles/git/templates | |
parent | cb6189507ab4f6c6db960105c69b69e92f7710c0 (diff) | |
download | rules-1cdb3d7f5aa68be5d90cfbbbc69918ac7823a8ae.tar.gz |
feat(roles/git): add argument specs
Diffstat (limited to 'roles/git/templates')
-rw-r--r-- | roles/git/templates/gitconfig.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/git/templates/gitconfig.j2 b/roles/git/templates/gitconfig.j2 index b9923a2..3ffc6a9 100644 --- a/roles/git/templates/gitconfig.j2 +++ b/roles/git/templates/gitconfig.j2 @@ -1,2 +1,4 @@ +# managed by Ansible + [init] defaultBranch = {{ git_default_branch }} |