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

ansible-playbooks/general#85 Quoting some strings

parent 5a1d97b9
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
- name: Apt Repository - name: Apt Repository
apt_repository: apt_repository:
repo: deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/prod {{ ansible_distribution_release }} main repo: 'deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/prod {{ ansible_distribution_release }} main'
state: present state: present
mode: 0644 mode: 0644
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
- name: Download PHP 5.3 - name: Download PHP 5.3
get_url: get_url:
url: http://in1.php.net/distributions/php-5.3.29.tar.bz2 url: 'http://in1.php.net/distributions/php-5.3.29.tar.bz2'
dest: /tmp/php-5.3.29.tar.bz2 dest: /tmp/php-5.3.29.tar.bz2
- name: Unpack PHP 5.3 - name: Unpack PHP 5.3
......
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