From 1c34370e7786b1ff11f7f7423e8c6259d27d8afe Mon Sep 17 00:00:00 2001 From: Michele Azzolari Date: Sun, 3 Dec 2023 10:01:42 +0100 Subject: [PATCH] set correct owner for config directory --- tasks/theo-agent.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/theo-agent.yml b/tasks/theo-agent.yml index 4cc3960..1e8aa25 100644 --- a/tasks/theo-agent.yml +++ b/tasks/theo-agent.yml @@ -77,6 +77,7 @@ path: "{{ theo_agent_config_dir }}" state: directory mode: 0700 + owner: "{{ theo_agent_user }}" - name: Create config file template: