From 735ce9baf195c096f8cac03fb1179cae35f09cb4 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Fri, 8 Jul 2022 10:39:29 +0100 Subject: [PATCH] fix(debugger): overwrite local modifications Ignore local changes made within the `vscode-php-debug` directory due to the Install task. --- roles/debugger/tasks/php.yaml | 1 + 1 file changed, 1 insertion(+) 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