small fixes

This commit is contained in:
Pim Kunis 2023-02-22 23:52:51 +01:00
parent 3df5cc97c2
commit f54d7c6ae1

View file

@ -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