Skip to content
Snippets Groups Projects
Commit 22cbb98e authored by Lars Beckers's avatar Lars Beckers
Browse files

fix truncate invocation

parent 4f6478be
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
- name: ensure apt https transport is available
apt: name=apt-transport-https state=installed
when: tsm_repo|truncate(5, True, '', 0) == "https"
when: tsm_repo|truncate(5, True, '') == "https"
tags:
- tsm
- repos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment