chore: Cleanup duplicated volume.
This commit is contained in:
parent
8b84af081f
commit
7a2f9f892c
@ -97,6 +97,6 @@ You need a machine with docker and docker-compose installed.
|
|||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
||||||
## Author Information
|
## Author Information
|
||||||
|
|
||||||
This role was created in 2022 by [Laur Ivan](https://www.laurivan.com).
|
This role was created in 2022 by [Laur Ivan](https://www.laurivan.com).
|
||||||
|
@ -21,22 +21,8 @@
|
|||||||
group: "{% if outline_gid %}{{ outline_gid }}{% else %}{{ ansible_effective_group_id }}{% endif %}"
|
group: "{% if outline_gid %}{{ outline_gid }}{% else %}{{ ansible_effective_group_id }}{% endif %}"
|
||||||
mode: "0750"
|
mode: "0750"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ outline_config_volume }}"
|
|
||||||
|
|
||||||
tags:
|
|
||||||
- configuration
|
|
||||||
become: true
|
|
||||||
|
|
||||||
- name: Set up upload directories
|
|
||||||
ansible.builtin.file:
|
|
||||||
state: directory
|
|
||||||
path: "{{ item }}"
|
|
||||||
owner: "{% if outline_uid %}{{ outline_uid }}{% else %}{{ ansible_effective_user_id }}{% endif %}"
|
|
||||||
group: "{% if outline_gid %}{{ outline_gid }}{% else %}{{ ansible_effective_group_id }}{% endif %}"
|
|
||||||
mode: "0750"
|
|
||||||
with_items:
|
|
||||||
- "{{ outline_config_volume }}"
|
|
||||||
- "{{ outline_setup_path }}"
|
- "{{ outline_setup_path }}"
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- configuration
|
- configuration
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
Reference in New Issue
Block a user