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

ansible-playbooks/general#85 Quoting some strings

parent 38d6d281
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
- name: Apt Key
apt_key:
url: https://packages.microsoft.com/keys/microsoft.asc
url: 'https://packages.microsoft.com/keys/microsoft.asc'
state: present
- name: Apt Repository
......
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