5 lines
122 B
YAML
5 lines
122 B
YAML
---
|
|
- name: Configure git
|
|
shell: |
|
|
git config --global commit.gpgsign true
|
|
git config --global fetch.prune true
|