move the starship install to the sync setup
This commit is contained in:
parent
730609325e
commit
ebed161f7b
1 changed files with 6 additions and 4 deletions
|
@ -23,11 +23,13 @@
|
|||
state: directory
|
||||
mode: "0755"
|
||||
|
||||
- name: Install Starship
|
||||
- name: Setup config directory
|
||||
ansible.builtin.file:
|
||||
src: "{{ host_home_dir }}/bin/starship"
|
||||
dest: "{{ home_dir }}/bin/starship"
|
||||
state: link
|
||||
path: "{{ home_dir }}/.config"
|
||||
state: directory
|
||||
mode: "0755"
|
||||
|
||||
|
||||
|
||||
- name: Setup config directory
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Reference in a new issue