improved context system

This commit is contained in:
Alice
2024-10-08 20:39:22 +02:00
committed by Morten Olsen
parent c8549b6142
commit 134a64b30a
47 changed files with 264 additions and 338 deletions

View File

@@ -22,9 +22,10 @@
- name: Ensure dir
tags: always
ansible.builtin.file:
path: "{{ home }}/.scripts"
path: "{{ home }}/.local/bin"
mode: "0755"
state: directory
- name: Move bin
tags: always
ansible.builtin.copy:
@@ -33,6 +34,12 @@
src: "{{ software_atuin_unpack_file }}"
dest: "{{ home }}/.local/bin/atuin"
- name: Cleanup
tags: always
ansible.builtin.file:
path: "{{ software_atuin_unpack_file }}"
state: absent
- name: Setup config dirctories
tags:
- config