diff --git a/playbooks/legacy/ironic-python-agent-buildimage-coreos/post.yaml b/playbooks/legacy/ironic-python-agent-buildimage-coreos/post.yaml index 39672399e..a485083d6 100644 --- a/playbooks/legacy/ironic-python-agent-buildimage-coreos/post.yaml +++ b/playbooks/legacy/ironic-python-agent-buildimage-coreos/post.yaml @@ -3,7 +3,7 @@ - name: Ensure artifacts directory exists file: - path: '{{ zuul.executor.work_root }}/artifacts' + path: '{{ zuul.executor.work_root }}/artifacts/coreos/files' state: directory delegate_to: localhost diff --git a/playbooks/legacy/ironic-python-agent-buildimage-tinyipa/post.yaml b/playbooks/legacy/ironic-python-agent-buildimage-tinyipa/post.yaml index a6361bf6c..42a32834c 100644 --- a/playbooks/legacy/ironic-python-agent-buildimage-tinyipa/post.yaml +++ b/playbooks/legacy/ironic-python-agent-buildimage-tinyipa/post.yaml @@ -3,7 +3,7 @@ - name: Ensure artifacts directory exists file: - path: '{{ zuul.executor.work_root }}/artifacts' + path: '{{ zuul.executor.work_root }}/artifacts/tinyipa/files' state: directory delegate_to: localhost