Skip to content

Commit

Permalink
Fix ansible-lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Iryupin committed Aug 23, 2022
1 parent 1e781a6 commit fc9ce60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/versioncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc9ce60

Please sign in to comment.