win_update missing/broken in Ansible 1.9.2?

Running Ansible 1.9.2

This task:

`
tasks:

  • win_updates:
    category: critical
    `

responds with:

ERROR: category is not a legal parameter in an Ansible task or handler

The documentation shows category as a valid parameter.

J

indent category, options should be part of a action, not at same level

You’re correct. Proper indenting makes it work. Thanks.

J