---
- hosts: all
tasks:
- name: Test
command: meson test -C builddir
args:
chdir: '{{ zuul.project.src_dir }}'