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

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CADdM08oN8xnx3LEB1NQOL2x_FPDvYa6u7SG%3D437UKJwjP0h7Rw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to