Skip to content

Commit

Permalink
Update ansible role gitconfig
Browse files Browse the repository at this point in the history
- Add configuration for credentials.helper=store
  • Loading branch information
theodore86 committed Nov 10, 2022
1 parent 8fd5bea commit d690b47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provisioners/ansible/roles/gitconfig/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ gitconfig:
sslverify: 'false'
fetch:
prune: 'true'
credential:
helper: 'store'
...

0 comments on commit d690b47

Please sign in to comment.