mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-29 10:48:42 +00:00
init, dotfiles and install basic roles
This commit is contained in:
commit
46bdf4dda0
21 changed files with 283 additions and 0 deletions
6
roles/dotfiles/tasks/scripts.yml
Normal file
6
roles/dotfiles/tasks/scripts.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- name: Link scripts directory
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.bin'
|
||||
dest: '{{ ansible_env.HOME }}/.bin'
|
||||
state: link
|
||||
force: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue