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

ansible-playbooks/general#85 Quoting some strings

parent 6f03d6ad
Branches
No related tags found
No related merge requests found
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
- name: Apt Key - name: Apt Key
apt_key: apt_key:
url: http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8C47BE8E75BCA694 url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8C47BE8E75BCA694'
state: present state: present
- name: Apt Repository - name: Apt Repository
apt_repository: apt_repository:
repo: ppa:certbot/certbot repo: 'ppa:certbot/certbot'
state: present state: present
mode: 0644 mode: 0644
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment