copr-builder: replace '_' with '-' in hostnames
This commit is contained in:
parent
b9a8c7d1ad
commit
d7823b1616
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: setup the hostname so we can easily identify the box
|
||||
hostname: name="{{ lookup('env', 'RESALLOC_NAME') | default('unknown-builder') }}"
|
||||
hostname: name="{{ lookup('env', 'RESALLOC_NAME') | default('unknown-builder') | replace('_', '-') }}"
|
||||
when: prepare_base_image is not defined
|
||||
|
||||
- name: put infra repos into yum.repos.d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue