env/roles/tool-config/tasks/main.yml
Marc Cataford 178c51628b
Some checks are pending
/ sast (push) Waiting to run
refactor: split into roles
2024-09-28 23:32:43 -04:00

5 lines
122 B
YAML

---
- name: Configure git
shell: |
git config --global commit.gpgsign true
git config --global fetch.prune true