Update title
This commit is contained in:
parent
7b5ef2eb35
commit
32fa45f897
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: editorconfig
|
src: editorconfig
|
||||||
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/editorconfig"
|
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/editorconfig"
|
||||||
- name: Create $XDG_CONFIG_HOME/clang-format
|
- name: Create $HOME/.clang-format
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: clang-format
|
src: clang-format
|
||||||
dest: "{{ ansible_env.HOME }}/.clang-format"
|
dest: "{{ ansible_env.HOME }}/.clang-format"
|
||||||
|
|
Loading…
Reference in a new issue