openstacksdk/playbooks/devstack/legacy-git.yaml

12 lines
292 B
YAML

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