galaxyproject / ansible-cvmfs

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

Use the file module to remove per-repo gc crontab files #36

Closed natefoo closed 3 years ago

natefoo commented 3 years ago

The cron module requires the user param when cron_file is specified, even if state is absent, so just use the file module to remove the file instead.

Fixes #33.