Hello,
I'm using ansible 1.9.3, and I running into a problem getting the cron
module to work properly.
Here's what I have:
- name: deploy cron job
cron: job = "/path/to/script" minute = "10" hour = "22" backup = "yes"
tags: tagname
When I run this play, I get the following:
TASK: [tagname | deploy cron job] *************************************
fatal: [hostname] => a duplicate parameter was found in the argument string ()
As far as I can tell, I'm using the correct syntax.
Am I missing something stupid?
Thanks,
Erik