project-config/playbooks/publications-index/run.yaml

7 lines
133 B
YAML

- hosts: all
tasks:
- name: Run make-index
command: ./make-index
args:
chdir: '{{ zuul.project.src_dir }}'