From 7cc1976e8ad95e61c8409f946de20893ee7fe343 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 11 Oct 2018 21:26:04 +0100 Subject: [PATCH] Correct file permissions on keepass config dir --- tasks/keepassxc.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tasks/keepassxc.yml b/tasks/keepassxc.yml index d92d138..70babc9 100644 --- a/tasks/keepassxc.yml +++ b/tasks/keepassxc.yml @@ -5,6 +5,13 @@ owner: "{{ user }}" mode: 0700 +- file: + state: directory + recurse: true + path: "{{ home }}/.config/keepassxc" + owner: "{{ user }}" + mode: 0700 + - set_fact: keepassxc_config: - {section: General, option: "SSHAgent", value: "true"}