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

ansible-playbooks/general#85 Quoting some strings

parent 9a224090
Branches
No related tags found
No related merge requests found
......@@ -11,12 +11,12 @@
- name: ownCloud | Install Public Repo Key
apt_key:
url: http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_12.04/Release.key
url: 'http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_12.04/Release.key'
state: present
- name: ownCloud | Add ownCloud Repository To Apt
copy:
content: deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_12.04/ /
content: 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_12.04/ /'
dest: /etc/apt/sources.list.d/owncloud.list
mode: 0644
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment