Flow javascript_content_dir in to the playbook

We set a job variable to indicate where the site is generated.
Maybe let's use it?

Change-Id: I59441c6e4b431a394cec61e984bddc447bbdb572
This commit is contained in:
Monty Taylor 2024-01-23 16:27:51 -08:00
parent 6bdf682a5d
commit adda444af0

View File

@ -4,7 +4,7 @@
- name: Pull contents back
synchronize:
mode: pull
src: "/home/zuul/src/opendev.org/inaugust/inaugust.com/dist/"
src: "/home/zuul/src/opendev.org/inaugust/inaugust.com/{{ javascript_content_dir }}/"
dest: "{{ zuul.executor.work_root }}/dist/"
- hosts: localhost