diff --git a/README.md b/README.md index c153134..c70e200 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -# cron +# Cron - Ansible Role -Simple role dealing with crontab \ No newline at end of file +This role covers deployment of crontab. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian. + +## Use +You can deploy crontab by simply editing the `defaults/main.yml` file. For example `- '0 3 * * * username bash /home/username/your_script.sh'` to run a script at 3am everyday. \ No newline at end of file