Added ubuntu setup
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
5
roles/ubuntu/tasks/atuin.yml
Normal file
5
roles/ubuntu/tasks/atuin.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Install atuin
|
||||
ansible.builtin.shell: yes | bash -c "curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh"
|
||||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.config/atuin" # Adjust based on atuin installation
|
||||
Reference in New Issue
Block a user