Hi All,
Anyone tried to use the community.general.copr
module to install isc/bind
on an EL10 system?
I can’t seem to get the chroot
parameter correct - any help is greatly appreciated - thanks
- name: Install Copr ISC-Bind Repo
community.general.copr:
name: isc/bind
chroot: rhel+epel-10
state: enabled
FTR: This is a Rocky Linux v10 box - when run with a default value for chroot
the returned error message is Chroot rocky-10.0-x86_64 does not exist in isc/bind
(and rhel-10.0-x86_64
doesn’t work either ).
Cheers
Dulux-Oz