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
Running Ansible 1.9.2
This task:
`
tasks:
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