copr-builder: setup the hostname to self-identify
This commit is contained in:
parent
408a990a24
commit
1fdf2df492
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
- name: setup the hostname so we can easily identify the box
|
||||
hostname: "{{ lookup('env', 'RESALLOC_NAME') | default('unknown-builder') }}"
|
||||
when: prepare_base_image is not defined
|
||||
|
||||
- name: put infra repos into yum.repos.d
|
||||
copy: src=files/dnf/infra-tags.repo dest=/etc/yum.repos.d
|
||||
when:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue