diff --git a/roles/home-cli/tasks/dotfiles.yml b/roles/home-cli/tasks/dotfiles.yml index d71cf0a..5240a27 100644 --- a/roles/home-cli/tasks/dotfiles.yml +++ b/roles/home-cli/tasks/dotfiles.yml @@ -45,10 +45,6 @@ ansible.builtin.copy: src: editorconfig dest: "{{ ansible_env.XDG_CONFIG_HOME }}/editorconfig" -- name: Create $HOME/.clang-format - ansible.builtin.copy: - src: clang-format - dest: "{{ ansible_env.HOME }}/.clang-format" - name: Create $HOME/.editorconfig ansible.builtin.copy: src: editorconfig