fixed formatting and added tags

This commit is contained in:
2024-09-20 16:46:16 -06:00
parent 3de01f5464
commit 6d1ebc61d6
8 changed files with 15 additions and 38 deletions

View File

@ -42,5 +42,5 @@
- name: Create symlink for batcat
ansible.builtin.file:
src: /usr/bin/batcat
dest: "{{ ansible_env.HOME }}/.local/bin/bat"
dest: "/home/{{ ansible_user }}/.local/bin/bat"
state: link