Skip to content

Commit

Permalink
Updates on Jul 8, 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
shotarok authored Jul 8, 2024
1 parent a9f94fe commit ffb53ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/gitconfig/tasks/ignore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
- name: Add global .gitignore as a .gitexcludesfile
ansible.builtin.copy:
src: gitignore
dest: "{{ excludes_path }}"
dest: "{{ gitconfig_excludes_path }}"
mode: preserve
tags: gitconfig

0 comments on commit ffb53ac

Please sign in to comment.