storlets/playbooks/storlets-functional/pre.yaml
zhulingjie f7996cb73e Make the playbook's yaml file start with "---"
1. the yamls file of playbook should start with "---".
2. Update the url to https due to it redirct to it.

Change-Id: Id54cab0071fbd0aad5189257e1002e7a6f45a822
2018-10-10 10:37:26 -04:00

11 lines
202 B
YAML

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