11 lines
251 B
YAML
11 lines
251 B
YAML
- hosts: all
|
|
tasks:
|
|
|
|
- name: Set shade libraries to master branch before functional tests
|
|
command: git checkout master
|
|
args:
|
|
chdir: "src/opendev.org/openstack/{{ item }}"
|
|
with_items:
|
|
- keystoneauth
|
|
- os-client-config
|