env/roles/tool-config/tasks/main.yml

6 lines
122 B
YAML
Raw Normal View History

2024-09-29 03:31:23 +00:00
---
- name: Configure git
shell: |
git config --global commit.gpgsign true
git config --global fetch.prune true