Skip to content

Commit

Permalink
fix(git): Wrong .gitconfig target filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Feb 12, 2024
1 parent 48e73d1 commit e0a3363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/config/tasks/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
vars:
app: git
source_template: gitconfig.j2
target_file: "{{ ansible_env.HOME }}/.gitconfig.j2"
target_file: "{{ ansible_env.HOME }}/.gitconfig"
ansible.builtin.include_role:
name: common
tasks_from: config_file.yml

0 comments on commit e0a3363

Please sign in to comment.