galaxyproject / ansible-cvmfs

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

Removed ".repo" extension #34

Closed JaimeMagiera closed 2 years ago

JaimeMagiera commented 3 years ago

Removed ".repo" extension from file attribute of yum_repository. Per Ansible documentation, it is not needed (https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_repository_module.html). Including it, the file ends up with the name cernvm.repo.repo.

hexylena commented 3 years ago

This will end up with two repositories, on already configured systems. It could make sense to remove the old one if it exists, but that's a bit messier / annoying to have to do.

JaimeMagiera commented 3 years ago

I can add some code to look for the old one and deal with it appropriately. Probably this weekend.