f7996cb73e
1. the yamls file of playbook should start with "---". 2. Update the url to https due to it redirct to it. Change-Id: Id54cab0071fbd0aad5189257e1002e7a6f45a822
11 lines
202 B
YAML
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 }}'
|