mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-11-21 20:51:26 +00:00
turn on runroot
This commit is contained in:
parent
53ec6fe05a
commit
4ce63f3b14
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user