diff --git a/playbooks/legacy/its-storyboard-gerrit-plugin-stable-2.13/post.yaml b/playbooks/legacy/its-storyboard-gerrit-plugin-stable-2.13/post.yaml index 0afff6d7..b0b9ca8d 100644 --- a/playbooks/legacy/its-storyboard-gerrit-plugin-stable-2.13/post.yaml +++ b/playbooks/legacy/its-storyboard-gerrit-plugin-stable-2.13/post.yaml @@ -3,8 +3,9 @@ - name: Ensure artifacts directory exists file: - path: '{{ zuul.executor.work_root }}/artifacts' + path: '{{ zuul.executor.work_root }}/artifacts/plugins' state: directory + recurse: yes delegate_to: localhost - name: Copy files from {{ ansible_user_dir }}/workspace/ on node diff --git a/playbooks/legacy/javamelody-gerrit-plugin-stable-2.13/post.yaml b/playbooks/legacy/javamelody-gerrit-plugin-stable-2.13/post.yaml index e68d0854..5df4aa87 100644 --- a/playbooks/legacy/javamelody-gerrit-plugin-stable-2.13/post.yaml +++ b/playbooks/legacy/javamelody-gerrit-plugin-stable-2.13/post.yaml @@ -3,8 +3,9 @@ - name: Ensure artifacts directory exists file: - path: '{{ zuul.executor.work_root }}/artifacts' + path: '{{ zuul.executor.work_root }}/artifacts/plugins' state: directory + recurse: yes delegate_to: localhost - name: Copy files from {{ ansible_user_dir }}/workspace/ on node