diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-01 15:17:53 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-01 16:53:18 +0200 |
| commit | 5a7d58027f6e57cba6ce633fb291662f45c30bd4 (patch) | |
| tree | bedd63224cbfd4fa5e6a167a7e8ef1f7c502d792 /roles/localsend/tasks/install-archlinux.yml | |
| parent | d3fe12617fbbf8c452f16d03672726a9a403297b (diff) | |
Add localsend role w/testing
Diffstat (limited to 'roles/localsend/tasks/install-archlinux.yml')
| -rw-r--r-- | roles/localsend/tasks/install-archlinux.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/localsend/tasks/install-archlinux.yml b/roles/localsend/tasks/install-archlinux.yml new file mode 100644 index 00000000..2bb69623 --- /dev/null +++ b/roles/localsend/tasks/install-archlinux.yml @@ -0,0 +1,8 @@ +--- +- name: "Ensure localsend is installed" + become: true + become_user: "aur_builder" + kewlfft.aur.aur: + name: "localsend-bin" + state: "present" + use: "yay" |
