fix(debugger): overwrite local modifications

Ignore local changes made within the `vscode-php-debug` directory due to
the Install task.
This commit is contained in:
Oliver Davies 2022-07-08 10:39:29 +01:00
parent ba15cf763d
commit 735ce9baf1

View file

@ -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