Skip to content

Commit aabcf8b

Browse files
committed
Fixing yamllinting errors
1 parent 39e76e2 commit aabcf8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/set_version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
url: https://api.github.com/repos/go-gitea/gitea/releases/latest
1515
return_content: true
1616
register: gitea_remote_metadata
17-
17+
1818
- name: "Set fact latest gitea release"
1919
ansible.builtin.set_fact:
2020
gitea_remote_version: "{{ gitea_remote_metadata.json.tag_name[1:] }}"
21-
21+
2222
- name: "Set gitea version target (latest)"
2323
ansible.builtin.set_fact:
2424
gitea_version_target: "{{ gitea_remote_version }}"

0 commit comments

Comments
 (0)