storlets/playbooks/storlets-functional/pre.yaml

14 lines
229 B
YAML

---
- hosts: all
tasks:
- shell:
cmd: |
set -e
set -x
./s2aio.sh install
executable: /bin/bash
chdir: 'src/{{ zuul.project.canonical_name }}'
roles:
- ensure-tox