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

ansible-playbooks/general#85 Quoting some strings

parent ec0fdafc
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
# NOT: trusty here is deliberate
- name: Apt Repository
apt_repository:
repo: deb https://packagecloud.io/varnishcache/varnish41/ubuntu/ trusty main
repo: 'deb https://packagecloud.io/varnishcache/varnish41/ubuntu/ trusty main'
state: present
mode: 0644
......
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