mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
improved context system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user