Skip to content

Commit

Permalink
Changing permissions of sqlite database directory on creation (PROJQU…
Browse files Browse the repository at this point in the history
…AY-7974) (#172)
  • Loading branch information
bcaton85 committed Sep 23, 2024
1 parent f245dde commit a648b71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- name: Create necessary directory for sqlite storage
ansible.builtin.file:
mode: 0775
path: "{{ sqlite_storage }}"
state: directory
recurse: yes
Expand Down

0 comments on commit a648b71

Please sign in to comment.