Skip to content

Commit

Permalink
chore: Cosmetic changes
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Mar 2, 2024
1 parent 8cd2354 commit e2a5e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/litestream/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
{% endfor %}
{{ ns.db_backup_paths | from_yaml | unique }}
- name: Create litestream DB backup directories
- name: Create DB backup directories
ansible.builtin.file:
path: "{{ item }}"
state: directory
owner: "{{ litestream_system_user }}"
group: "{{ litestream_system_group }}"
mode: u+rwX,g+rwX,o-rwX
state: directory
when: litestream_system_user != "root"
loop: "{{ _db_backup_paths }}"
loop_control:
Expand Down

0 comments on commit e2a5e52

Please sign in to comment.