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:
|
pkg:
|
||||||
- git
|
- git
|
||||||
- make
|
- make
|
||||||
- keepassxc
|
|
||||||
- ripgrep
|
- ripgrep
|
||||||
- curl
|
- curl
|
||||||
- unzip
|
- unzip
|
||||||
|
@ -50,6 +49,7 @@
|
||||||
dest: ~/.ssh/config
|
dest: ~/.ssh/config
|
||||||
mode: 0600
|
mode: 0600
|
||||||
- name: Copy systemd ssh-agent service
|
- name: Copy systemd ssh-agent service
|
||||||
|
become: true
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/ssh-agent.service.j2"
|
src: "{{ role_path }}/templates/ssh-agent.service.j2"
|
||||||
dest: /etc/systemd/user/ssh-agent.service
|
dest: /etc/systemd/user/ssh-agent.service
|
||||||
|
|
Reference in a new issue