From 632c79b09fa95568f1e3f04bdb704cb029eb3fc3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 6 Jul 2022 22:17:52 +0100 Subject: [PATCH] chore(debugger): ensure the files are created --- 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 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