Change user mask for keepasssxc config

It was having issues reading it, for some reason
This commit is contained in:
Jake Howard 2018-10-11 21:12:53 +01:00
parent 95a6cbb8b3
commit a46a44adc5
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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 }}"