1
1
Fork 0
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:
Jeffrey van Pelt 2024-01-08 16:54:10 +01:00
parent 69f9ebfedf
commit c8a60c89ba
No known key found for this signature in database
GPG key ID: 39EFF6AA1F5B11A0
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@
ansible.builtin.assert:
that:
- 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
ansible.builtin.debug:

View file

@ -44,7 +44,7 @@
ansible.builtin.assert:
that:
- 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"
ansible.builtin.set_fact: