Add missing ~/.config/git dir
This commit is contained in:
parent
10cff2f40d
commit
72d05fe624
1 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,15 @@
|
|||
- git
|
||||
when: ansible_facts['distribution'] == 'Debian'
|
||||
|
||||
- name: Create git config directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
mode: 0755
|
||||
with_items:
|
||||
- ~/.config
|
||||
- ~/.config/git
|
||||
|
||||
- name: Copy global gitignore
|
||||
ansible.builtin.copy:
|
||||
src: ignore
|
||||
|
|
Loading…
Add table
Reference in a new issue