dotfiles/roles/git/tasks/main.yml
Matej Focko 0554e665c5
chore: move out user roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:23:02 +02:00

10 lines
204 B
YAML

---
- name: Packages
ansible.builtin.include_tasks: install.yml
tags: install
- name: Create git config
ansible.builtin.template:
src: templates/gitconfig
dest: ~/.gitconfig
mode: 0640