577adaea35
Change-Id: I5160ce88aefa2c5b70e4a4cb085867198e60b45a
9 lines
258 B
YAML
9 lines
258 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: run integration
|
|
shell:
|
|
cmd: chef exec rake integration
|
|
chdir: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/openstack-chef-repo'
|
|
environment:
|
|
WORKSPACE: '{{ ansible_user_dir }}'
|