Closed bedroge closed 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:
user
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.
Up :)
@bedroge @lecorguille this should be fixed by #36 if you'd like to verify.
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:Also see: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/cron_module.html#parameter-cron_file