This commit is contained in:
Laur Ivan 2022-09-22 12:50:10 +02:00
parent 8134080cf8
commit a0a0755bb4

View File

@ -13,7 +13,7 @@
path: "{{ item }}" path: "{{ item }}"
owner: "{{ ansible_effective_user_id }}" owner: "{{ ansible_effective_user_id }}"
group: "{{ ansible_effective_group_id }}" group: "{{ ansible_effective_group_id }}"
mode: 0750 mode: "0750"
with_items: with_items:
- "{{ plausible_volume_config }}" - "{{ plausible_volume_config }}"
- "{{ plausible_volume_events }}" - "{{ plausible_volume_events }}"
@ -26,7 +26,7 @@
ansible.builtin.file: ansible.builtin.file:
state: directory state: directory
path: "{{ item }}" path: "{{ item }}"
mode: 0755 mode: "0755"
owner: 70 owner: 70
with_items: with_items:
- "{{ plausible_volume_db }}" - "{{ plausible_volume_db }}"