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

ansible-playbooks/general#85 Quoting some strings

parent 9e2d24a1
No related branches found
No related tags found
No related merge requests found
---
dependencies:
- { role: common, when: ignore_these_tasks is defined }
- { role: php, when: ignore_these_tasks is defined }
- { role: composer, when: ignore_these_tasks is defined }
- role: common
when: ignore_these_tasks is defined
- role: php
when: ignore_these_tasks is defined
- role: composer
when: ignore_these_tasks is defined
......@@ -11,7 +11,7 @@
- name: Download JailKit
get_url:
url: http://olivier.sessink.nl/jailkit/jailkit-2.17.tar.gz
url: 'http://olivier.sessink.nl/jailkit/jailkit-2.17.tar.gz'
dest: /tmp/jailkit-2.17.tar.gz
- name: Unpack JailKit
......
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