diff --git a/meta/main.yml b/meta/main.yml index e58b77290b88930ce1b52817e589f0770a65a301..e1b25e99ddfc2b6947290f1834aa74825c728b7d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,7 +1,8 @@ --- 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 diff --git a/tasks/install.yml b/tasks/install.yml index 967958a6c97b9c0327a3f139b0898fc368eea3cc..d89a3f70d14c0ba6c17f6e224b82d74651cab451 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -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