Skip to content
Snippets Groups Projects
Commit e275d29c authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Quoting some strings

parent b580f486
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@
- name: Download JAR
get_url:
url: http://download-ln.jetbrains.com/charisma/youtrack-{{ youtrack_version }}.jar
url: 'http://download-ln.jetbrains.com/charisma/youtrack-{{ youtrack_version }}.jar'
dest: /var/youtrack/youtrack-{{ youtrack_version }}.jar
owner: youtrack
group: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment