From f54d7c6ae129fbd25070d40f9eaa4f0d30e6ff3c Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 22 Feb 2023 23:52:51 +0100 Subject: [PATCH] small fixes --- roles/system/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/system/tasks/main.yml b/roles/system/tasks/main.yml index 90babc7..f400174 100644 --- a/roles/system/tasks/main.yml +++ b/roles/system/tasks/main.yml @@ -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