diff --git a/README.md b/README.md index 1556583..9ff0a38 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,6 @@ You need a machine with docker and docker-compose installed. MIT -## Author Information +## Author Information This role was created in 2022 by [Laur Ivan](https://www.laurivan.com). diff --git a/tasks/main.yml b/tasks/main.yml index 7f12f0b..c265f30 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -21,22 +21,8 @@ group: "{% if outline_gid %}{{ outline_gid }}{% else %}{{ ansible_effective_group_id }}{% endif %}" mode: "0750" 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 }}" + tags: - configuration become: true