devstack-gate/playbooks/legacy-pre.yaml

8 lines
222 B
YAML

- hosts: all
tasks:
- name: Write job-specific localrc variables
copy:
dest: /tmp/dg-local.conf
content: '{{ devstack_local_conf_contents }}'
when: devstack_local_conf_contents is defined