diff --git a/roles/debugger/tasks/php.yaml b/roles/debugger/tasks/php.yaml
index 3cf84583..966b45de 100644
--- a/roles/debugger/tasks/php.yaml
+++ b/roles/debugger/tasks/php.yaml
@@ -3,6 +3,7 @@
   ansible.builtin.git:
     depth: 1
     dest: "{{ ansible_user_dir }}/build/vscode-php-debug"
+    force: yes
     repo: https://github.com/xdebug/vscode-php-debug.git
     single_branch: yes
   register: clone