galaxyproject / ansible-cvmfs

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

Unique key dirs before looping to avoid slowly doing the same operation multiple times #46

Closed natefoo closed 2 years ago

natefoo commented 2 years ago

Just a minor speedup since before it would check for the existence of the keys dir (in our case /etc/cvmfs/keys/galaxyproject.org) for each key, but they are all in the same dir, so it only needs to be done once.