cleanup old file

This commit is contained in:
Morgan McMillian 2024-09-03 20:07:25 -07:00
parent affb9d20ed
commit 9665c9fe8f

View file

@ -1,12 +0,0 @@
---
- name: Install Starship
ansible.builtin.copy:
src: "{{ home_dir }}/Sync/bin/starship-aarch64"
dest: "{{ home_dir }}/bin/starship"
mode: "0755"
- name: Install Protonmail Bridge
ansible.builtin.copy:
src: "{{ home_dir }}/Sync/bin/bridge-aarch64"
dest: "{{ home_dir }}/bin/bridge"
mode: "0755"