Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Toutas committed Sep 1, 2023
1 parent f26edc4 commit 87fc31e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/requestrr/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requestrr_web_subdomain: "{{ requestrr_name }}"
requestrr_web_domain: "{{ user.domain }}"
requestrr_web_port: "4545"
requestrr_web_url: "{{ 'https://' + lookup('vars', requestrr_name + '_web_subdomain', default=requestrr_web_subdomain)

Check failure on line 32 in roles/requestrr/defaults/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[trailing-spaces]

Trailing spaces
+ '.' + lookup('vars', requestrr_name + '_web_domain', default=requestrr_web_domain) }}"
+ '.' + lookup('vars', requestrr_name + '_web_domain', default=requestrr_web_domain) }}"

################################
# DNS
Expand Down
3 changes: 2 additions & 1 deletion roles/requestrr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
requestrr_name: "{{ role }}"
with_items: "{{ requestrr_instances }}"
loop_control:
loop_var: role
loop_var: role

Check failure on line 17 in roles/requestrr/tasks/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[new-line-at-end-of-file]

No new line character at the end of file

Check failure on line 17 in roles/requestrr/tasks/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[trailing-spaces]

Trailing spaces
3 changes: 2 additions & 1 deletion roles/rflood/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
rflood_name: "{{ role }}"
with_items: "{{ rflood_instances }}"
loop_control:
loop_var: role
loop_var: role

Check failure on line 16 in roles/rflood/tasks/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[new-line-at-end-of-file]

No new line character at the end of file

Check failure on line 16 in roles/rflood/tasks/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[trailing-spaces]

Trailing spaces

0 comments on commit 87fc31e

Please sign in to comment.