From bcd895371cd8a146f6663c83fd17aee371e3520c Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 16 Apr 2023 22:42:23 +0200 Subject: [PATCH] Service was not enabled on install --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 1ddc964..acf2b5b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -29,4 +29,5 @@ name: 'ssh-agentd' scope: user state: started + enabled: true when: service_file is changed and not ansible_check_mode