From ccb83be886eae1cf3f3d595bb2d96b18cc24acea Mon Sep 17 00:00:00 2001 From: Laur Ivan Date: Fri, 30 Sep 2022 08:00:33 +0200 Subject: [PATCH] Lint --- molecule/default/converge.yml | 1 - tasks/main.yml | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 044a654..65badf0 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -9,4 +9,3 @@ roles: - role: laurivan.arrs - diff --git a/tasks/main.yml b/tasks/main.yml index 1b6202f..b860e28 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -17,8 +17,8 @@ ansible.builtin.file: state: directory path: "{{ item }}" - owner: "{% if arrs_uid %}{{ arrs_uid }}{% else %}{{ ansible_effective_user_id }}{%endif%}" - group: "{% if arrs_gid %}{{ arrs_gid }}{% else %}{{ ansible_effective_group_id }}{%endif%}" + owner: "{% if arrs_uid %}{{ arrs_uid }}{% else %}{{ ansible_effective_user_id }}{% endif %}" + group: "{% if arrs_gid %}{{ arrs_gid }}{% else %}{{ ansible_effective_group_id }}{% endif %}" mode: "0750" with_items: - "{{ deluge_config_volume }}" @@ -34,8 +34,8 @@ ansible.builtin.file: state: directory path: "{{ item }}" - owner: "{% if arrs_uid %}{{ arrs_uid }}{% else %}{{ ansible_effective_user_id }}{%endif%}" - group: "{% if arrs_gid %}{{ arrs_gid }}{% else %}{{ ansible_effective_group_id }}{%endif%}" + owner: "{% if arrs_uid %}{{ arrs_uid }}{% else %}{{ ansible_effective_user_id }}{% endif %}" + group: "{% if arrs_gid %}{{ arrs_gid }}{% else %}{{ ansible_effective_group_id }}{% endif %}" mode: "0750" with_items: - "{{ radarr_upload_volume }}"