1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

Fix ansible-lint error

This commit is contained in:
Nikita Iryupin 2022-08-23 10:00:10 +02:00
parent 1e781a6007
commit fc9ce6073e

View file

@ -26,7 +26,7 @@
- name: Print locale role version
ansible.builtin.debug:
msg: "Local role version: '{{ playbook_version_number|string }}'."
msg: "Local role version: '{{ playbook_version_number | string }}'."
when: submodules_versioncheck|bool
- name: Check if your version is outdated