mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 02:44:40 +08:00
Use symlink link_type for ODCS in staging
This commit is contained in:
@@ -12,3 +12,9 @@ createrepo_deltas = False
|
||||
# In runroot, we cannot use guestmount, but have to use mount -o loop.
|
||||
buildinstall_use_guestmount=False
|
||||
|
||||
# We cannot use hardlinks on stg, because it uses different volume and copy
|
||||
# just takes lot of storage.
|
||||
{% if env == 'staging' %}
|
||||
link_type = 'symlink'
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user