--- - hosts: all tasks: - name: Ensure tox is installed include_role: name: ensure-tox vars: ensure_global_symlinks: true - name: Get all next tests command: tox -vv -enext -- --interop-repo {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openinfra/interop'].src_dir }} args: chdir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openinfra/interop'].src_dir }}"