mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
remove debug, renaming
This commit is contained in:
parent
262c37e98f
commit
f0756b2a9a
6 changed files with 12 additions and 16 deletions
|
|
@ -1,25 +1,25 @@
|
|||
- name: Link bashrc
|
||||
- name: Linking bashrc
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.bashrc'
|
||||
dest: '{{ ansible_env.HOME }}/.bashrc'
|
||||
state: link
|
||||
force: true
|
||||
|
||||
- name: Link inputrc
|
||||
- name: Linking inputrc
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.inputrc'
|
||||
dest: '{{ ansible_env.HOME }}/.inputrc'
|
||||
state: link
|
||||
force: true
|
||||
|
||||
- name: Link profile
|
||||
- name: Linking profile
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.profile'
|
||||
dest: '{{ ansible_env.HOME }}/.profile'
|
||||
state: link
|
||||
force: true
|
||||
|
||||
- name: Link bash profile
|
||||
- name: Linking bash profile
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.bash_profile'
|
||||
dest: '{{ ansible_env.HOME }}/.bash_profile'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue