galaxyproject / ansible-cvmfs

An Ansible role for installing and configuring CernVM-FS (CVMFS)
12 stars 17 forks source link

Fix cvmfs_key when galaxy repo is disabled #48

Closed btravouillon closed 2 years ago

btravouillon commented 2 years ago

The commit 26463045 introduced a bug where the galaxy_cvmfs_keys are now added to cvmfs_keys instead of the cvmfs_config_repo.key, which results in the wrong keys to be installed on the host. This PR is an attempt to fix that bug.

btravouillon commented 2 years ago

usage of the config repo is discouraged now

Do you mean it's discouraged in CVMFS or in this Ansible role?