galaxyproject / ansible-cvmfs

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

Failure in "remove per-repository garbage collection cron jobs" step #33

Closed bedroge closed 3 years ago

bedroge commented 3 years ago

This new step in https://github.com/galaxyproject/ansible-cvmfs/blob/master/tasks/gc.yml#L3 is failing for me, because user is not defined:

missing parameter(s) required by 'cron_file': user

Also see: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/cron_module.html#parameter-cron_file

To use the cron_file parameter you must specify the user as well.
lecorguille commented 3 years ago

Up :)

natefoo commented 3 years ago

@bedroge @lecorguille this should be fixed by #36 if you'd like to verify.