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

ansible-playbooks/general#85 Quoting some strings

parent 3112ea6d
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
- name: Add ServerDensity Repository To Apt
copy:
content: deb http://archive.serverdensity.com/ubuntu/ all main
content: 'deb http://archive.serverdensity.com/ubuntu/ all main'
dest: /etc/apt/sources.list.d/sd-agent.list
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