Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrian committed Sep 22, 2024
1 parent 4e19d04 commit d026380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ansible.builtin.apt_key:
id: A684470CACCAF35C

Check failure on line 19 in tasks/repository.yml

View workflow job for this annotation

GitHub Actions / Lint

jinja[spacing]

Jinja2 spacing could be improved: {{ apt_key_dir}}/insync.gpg -> {{ apt_key_dir }}/insync.gpg
keyserver: "{{ apt_key_keyserver | default('keyserver.ubuntu.com') }}"
keyring: "{{ apt_key_dir}/insync.gpg"
keyring: "{{ apt_key_dir}}/insync.gpg"
state: present
tags:
- insync-repository-public-key
Expand Down

0 comments on commit d026380

Please sign in to comment.