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

ansible-playbooks/general#85 Quoting some strings

parent 9d840c2d
No related branches found
No related tags found
No related merge requests found
--- ---
dependencies: dependencies:
- { role: common, when: ignore_these_tasks is defined } - role: common
- { role: php } when: ignore_these_tasks is defined
- { role: letsencrypt } - role: php
- { role: composer } - role: letsencrypt
- role: composer
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
- name: Clone Git Repository - name: Clone Git Repository
git: git:
accept_hostkey: yes accept_hostkey: yes
repo: git@github.com:matomo-org/matomo.git repo: 'git@github.com:matomo-org/matomo.git'
dest: '{{ webRoot }}' dest: '{{ webRoot }}'
track_submodules: yes track_submodules: yes
force: yes force: yes
......
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