dotfiles/roles/user/git/tasks/main.yml
Matej Focko 01225fd44d
chore: rework directory structure
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-08-30 15:42:26 +02:00

6 lines
125 B
YAML

---
- name: Create git config
ansible.builtin.template:
src: templates/gitconfig
dest: ~/.gitconfig
mode: 0640