From 453fee661608f15ac4b3bfe1782a68f2d3c41425 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 14 May 2020 16:56:33 +0100 Subject: [PATCH] Set some more settings --- tasks/keepassxc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/keepassxc.yml b/tasks/keepassxc.yml index e839ff9..d2b1371 100644 --- a/tasks/keepassxc.yml +++ b/tasks/keepassxc.yml @@ -25,14 +25,15 @@ loop_control: label: "{{ item.section }}.{{ item.option }}={{ item.value }}" loop: - - {section: General, option: SSHAgent, value: "true"} - {section: General, option: AutoSaveAfterEveryChange, value: "true"} - {section: General, option: LastOpenedDatabases, value: "{{ home }}/Private/KeePass/Password Safe.kdbx"} - {section: General, option: SingleInstance, value: "true"} - {section: Http, option: Enabled, value: "false"} + - {section: GUI, option: AdvancedSettings, value: "true"} - {section: GUI, option: ShowTrayIcon, value: "true"} - {section: GUI, option: MinimizeToTray, value: "true"} - {section: GUI, option: MinimizeOnStartup, value: "true"} + - {section: GUI, option: MinimizeOnClose, value: "true"} - {section: security, option: lockdatabasescreenlock, value: "true"} - {section: Browser, option: Enabled, value: "true"} - {section: Browser, option: AlwaysAllowAccess, value: "true"}