tripleo-upgrade/tasks/common/build_extra_template.yaml
mciecier 7c3968536f Make config-heat and config-resource options comptatible with OOOQ
The original implementation restricted the usage strictly to infrared, see[1].

[1] https://review.opendev.org/c/openstack/tripleo-upgrade/+/709972

Change-Id: I8a985e496aa0161193becb38ad043835c4c21778
2022-06-01 14:30:29 +02:00

6 lines
190 B
YAML

---
- name: inject config_heat_extra.yaml
copy:
dest: "{{ install.deployment.files | basename }}/config_heat_extra.yaml"
content: "{{ config_heat_extra_yaml | to_nice_yaml }}"