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:
- { role: common, when: ignore_these_tasks is defined }
- { role: php }
- { role: letsencrypt }
- { role: composer }
- role: common
when: ignore_these_tasks is defined
- role: php
- role: letsencrypt
- role: composer
......@@ -58,7 +58,7 @@
- name: Clone Git Repository
git:
accept_hostkey: yes
repo: git@github.com:matomo-org/matomo.git
repo: 'git@github.com:matomo-org/matomo.git'
dest: '{{ webRoot }}'
track_submodules: 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