Added ubuntu setup
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
6
roles/ubuntu/tasks/pacstall.yml
Normal file
6
roles/ubuntu/tasks/pacstall.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Install Pacstall
|
||||
ansible.builtin.shell: yes | bash -c "$(curl -fsSL https://pacstall.dev/q/install)"
|
||||
args:
|
||||
creates: /usr/local/bin/pacstall # Adjust based on pacstall install path
|
||||
become: true
|
||||
Reference in New Issue
Block a user