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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue