turn on runroot

This commit is contained in:
nazunalika 2021-03-15 12:04:12 -07:00
parent 53ec6fe05a
commit 4ce63f3b14
Signed by: label
GPG Key ID: CB6D9706D138D190
2 changed files with 4 additions and 4 deletions

View File

@ -49,8 +49,8 @@ kojid_mount: /mnt/koji
kojid_nfs_path: nfs.rockylinux.org:/export/koji
# Are we building images? This is definable in a playbook
kojid_image_builder: false
kojid_runroot_builder: false
kojid_image_builder: true
kojid_runroot_builder: true
# Builtools repo
# Not sure if we're using this yet

View File

@ -12,8 +12,8 @@
- name: Configure kojid
import_tasks: config.yml
when: not kojid_shared_builders
when: not kojid_shared_builders | bool
- name: Configure shared kojid
import_tasks: shared/config_shared.yml
when: kojid_shared_builders
when: kojid_shared_builders | bool