Move fly installation into dedicated role
This commit is contained in:
5
roles/fly/tasks/main.yml
Normal file
5
roles/fly/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Ensure fly
|
||||
get_url:
|
||||
url: "{{ fly_url }}"
|
||||
dest: "{{ lookup('env', 'HOME') }}/.local/bin/fly"
|
||||
mode: "u=rwx,g=rx,o=rx"
|
||||
Reference in New Issue
Block a user