Update title

This commit is contained in:
Anthony Rose 2023-05-18 23:14:31 +01:00
parent 7b5ef2eb35
commit 32fa45f897

View file

@ -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"