mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Make linter happy
This commit is contained in:
parent
69f9ebfedf
commit
c8a60c89ba
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- gitea_active_version is version(gitea_remote_version, 'lt')
|
- gitea_active_version is version(gitea_remote_version, 'lt')
|
||||||
fail_msg: ERROR: Remote version is lower then current version!
|
fail_msg: ERROR - Remote version is lower then current version!
|
||||||
|
|
||||||
- name: Show Download URLs # noqa: H500
|
- name: Show Download URLs # noqa: H500
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- gitea_active_version is version(gitea_remote_version, 'lt')
|
- gitea_active_version is version(gitea_remote_version, 'lt')
|
||||||
fail_msg: ERROR: Remote version is lower then current version!
|
fail_msg: ERROR - Remote version is lower then current version!
|
||||||
|
|
||||||
- name: "Generate gitea download URL"
|
- name: "Generate gitea download URL"
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|
Loading…
Reference in a new issue