Skip to content

Commit

Permalink
Merge pull request #44 from shotarok/update-2024-07-08
Browse files Browse the repository at this point in the history
Updates on Jul 8, 2024
  • Loading branch information
shotarok authored Jul 8, 2024
2 parents a9f94fe + ffb53ac commit 001ca86
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 001ca86

Please sign in to comment.