move the starship install to the sync setup

This commit is contained in:
Morgan McMillian 2024-08-17 09:57:09 -07:00
parent 730609325e
commit ebed161f7b

View file

@ -23,11 +23,13 @@
state: directory state: directory
mode: "0755" mode: "0755"
- name: Install Starship - name: Setup config directory
ansible.builtin.file: ansible.builtin.file:
src: "{{ host_home_dir }}/bin/starship" path: "{{ home_dir }}/.config"
dest: "{{ home_dir }}/bin/starship" state: directory
state: link mode: "0755"
- name: Setup config directory - name: Setup config directory
ansible.builtin.file: ansible.builtin.file: