From ebed161f7b8a3e58d83ba5f37b189b004199d35b Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 17 Aug 2024 09:57:09 -0700 Subject: [PATCH] move the starship install to the sync setup --- fedora-atomic/toolbox.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fedora-atomic/toolbox.yml b/fedora-atomic/toolbox.yml index 8d5427a..6d53dd9 100644 --- a/fedora-atomic/toolbox.yml +++ b/fedora-atomic/toolbox.yml @@ -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: