Erik Anderson
unread,Oct 21, 2015, 3:19:04 PM10/21/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
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