mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-01 12:18:14 +00:00
remove debug, renaming
This commit is contained in:
parent
262c37e98f
commit
f0756b2a9a
6 changed files with 12 additions and 16 deletions
|
|
@ -1,15 +1,11 @@
|
|||
- name: Link scripts
|
||||
- name: Linking scripts
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.bin'
|
||||
dest: '{{ ansible_env.HOME }}/.bin'
|
||||
state: link
|
||||
force: true
|
||||
|
||||
- name: Debug
|
||||
ansible.builtin.debug:
|
||||
msg: 'Home is {{ ansible_env.HOME }}'
|
||||
|
||||
- name: Link templates
|
||||
- name: Linking templates
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.templates'
|
||||
dest: '{{ ansible_env.HOME }}/.templates'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue