1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-26 15:13:20 +02:00

Update to 2022-02-20 22:00

This commit is contained in:
Daniel Berteaud 2022-02-20 22:00:06 +01:00
parent f5ac84a5e9
commit e7e5deccf1
2 changed files with 3 additions and 3 deletions
roles
rpm_build_server/templates/mock
unifi/tasks

@ -1,9 +1,6 @@
include('templates/almalinux-8.tpl') include('templates/almalinux-8.tpl')
include('templates/epel-8.tpl') include('templates/epel-8.tpl')
# Disable use_bootstrap_image until new release
# See https://github.com/rpm-software-management/mock/issues/831
config_opts['use_bootstrap_image'] = False
config_opts['root'] = 'el8-x86_64' config_opts['root'] = 'el8-x86_64'
config_opts['target_arch'] = 'x86_64' config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',) config_opts['legal_host_arches'] = ('x86_64',)

@ -94,6 +94,9 @@
mode: 700 mode: 700
- path: meta - path: meta
- path: archives - path: archives
owner: root
group: root
mode: 700
- path: backup - path: backup
owner: unifi owner: unifi
group: unifi group: unifi