Compare commits
No commits in common. "38a027cc71a92320606193b0cae5fc26f0bb50dc" and "affb9d20eda19dbec48f516d24ce2ebee53908ed" have entirely different histories.
38a027cc71
...
affb9d20ed
2 changed files with 12 additions and 1 deletions
12
fedora-atomic/aarch64.yml
Normal file
12
fedora-atomic/aarch64.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
- 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"
|
|
@ -16,7 +16,6 @@
|
|||
- hg-evolve
|
||||
- python-lsp-server
|
||||
- linode-cli
|
||||
- github3.py
|
||||
extra_args: --user
|
||||
|
||||
- name: Setup bin directory
|
||||
|
|
Loading…
Reference in a new issue