small fixes
This commit is contained in:
parent
39aa6d5099
commit
bd830bc79c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
pkg:
|
||||
- git
|
||||
- make
|
||||
- keepassxc
|
||||
- ripgrep
|
||||
- curl
|
||||
- unzip
|
||||
|
@ -50,6 +49,7 @@
|
|||
dest: ~/.ssh/config
|
||||
mode: 0600
|
||||
- name: Copy systemd ssh-agent service
|
||||
become: true
|
||||
template:
|
||||
src: "{{ role_path }}/templates/ssh-agent.service.j2"
|
||||
dest: /etc/systemd/user/ssh-agent.service
|
||||
|
|
Reference in a new issue