Please make sure there is a bug filed in GitHub for this, include your ansible version information, and also the line in your playbook that triggered this.
Running the s3 module with no arguments should *not* be a thing, but we would also not want to present a traceback, and we like to correct tracebacks to human readable errors whenever possible. You definitely do need to send it some arguments :) Thanks! On Tue, Aug 19, 2014 at 5:53 PM, David Neudorfer < [email protected]> wrote: > I have the same error after upgrading to 1.7.1 > > > On Tuesday, August 19, 2014 5:47:04 PM UTC-4, David Neudorfer wrote: >> >> When trying to run: >> >> ansible --inventory /opt/wp/app/hegemon/ansible/hosts.prod --user mozart >> --private-key /root/.ssh/keys/prod p-backup01 -m s3 >> >> I get the error: >> p-backup01 | FAILED >> { >> "failed": true, >> "msg": "Traceback (most recent call last):\n File \"<stdin>\", line >> 132, in <module>\nNameError: name 'module' is not defined\n", >> "parsed": false >> } >> >> >> I've tested with other modules and it works just fine. I'm running >> Ansible 1.6.6. >> >> Thanks. >> > -- > 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/d00dc785-c24e-4391-9df3-dcc77b56520c%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/d00dc785-c24e-4391-9df3-dcc77b56520c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CA%2BnsWgwQDxntnbm-Qwb43WsFzkF%3DS9eZU3VAaC80mtuFXmz7Ww%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
