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