diff --git a/roles/debugger/tasks/php.yaml b/roles/debugger/tasks/php.yaml index dade7b55..3cf84583 100644 --- a/roles/debugger/tasks/php.yaml +++ b/roles/debugger/tasks/php.yaml @@ -15,6 +15,7 @@ npm run build args: chdir: "{{ ansible_user_dir }}/build/vscode-php-debug" + creates: "{{ ansible_user_dir }}/build/vscode-php-debug/out" when: clone.changed tags: - debugger