94e69147a7
Inventory hostnames like "abc/123" is valid in both ansible and zuul but this role breaks since it uses it as part of a path. This sanitizes the hostname from "abc/123" to "abc_123". Change-Id: Ic89d595b6f004b5ca4805f1af8387e8ba56564aa
5 lines
139 B
YAML
5 lines
139 B
YAML
zuul_site_image_manifest_files:
|
|
- /etc/dib-builddate.txt
|
|
- /etc/image-hostname.txt
|
|
validate_host_hostname: "{{ inventory_hostname }}"
|