b6d66646b8
- assure we have docker installed - add .gitreview file - Fix Python shebangs for packaging Change-Id: If9d78891f9b5a1615a9fb1f4251801eec1f29ed5 Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
14 lines
236 B
YAML
14 lines
236 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: set basic zuul fact
|
|
set_fact:
|
|
zuul:
|
|
project:
|
|
src_dir: "{{ tripleo_src }}"
|
|
ansible_connection: ssh
|
|
|
|
- import_playbook: pre.yml
|
|
|
|
- import_playbook: run.yml
|