tobiko/roles/run-tox/tasks/main.yaml

7 lines
141 B
YAML

- name: Run Tobiko
command: tox -e {{tox_envlist}} {{tox_extra_args}}
args:
chdir: "{{tox_dir}}"
become: true
become_user: stack