loose the spaces around the = On Wed, Oct 21, 2015 at 3:18 PM, Erik Anderson <[email protected]> wrote: > 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.
-- Brian Coca -- 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/CAJ5XC8%3DpQ%2BYKSd3eE7LX7M8hvTOr84sXs_%2B8juj3TtyL0Ds4_Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
