diff --git a/tasks/keepassxc.yml b/tasks/keepassxc.yml index ab09da1..d92d138 100644 --- a/tasks/keepassxc.yml +++ b/tasks/keepassxc.yml @@ -23,7 +23,7 @@ - name: Set KeepassXC configuration ini_file: path: "{{ home }}/.config/keepassxc/keepassxc.ini" - mode: 0600 + mode: 0700 owner: "{{ user }}" section: "{{ item.section }}" option: "{{ item.option }}"