Discussion:
[ansible-project] win_update missing/broken in Ansible 1.9.2?
Slim Slam
2015-07-09 19:04:53 UTC
Permalink
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
--
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/aaab188e-aa65-4035-a817-d36c171f89aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Brian Coca
2015-07-10 18:49:24 UTC
Permalink
indent category, options should be part of a action, not at same level
Post by Slim Slam
Running Ansible 1.9.2
category: critical
ERROR: category is not a legal parameter in an Ansible task or handler
The documentation shows category as a valid parameter.
J
--
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
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/aaab188e-aa65-4035-a817-d36c171f89aa%40googlegroups.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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAJ5XC8mrG2BfqurmTZi307vQ3CpE51J0FrFiAvO%2BhoktGqPBGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Slim Slam
2015-07-10 19:00:20 UTC
Permalink
You're correct. Proper indenting makes it work. Thanks.

J
Post by Brian Coca
indent category, options should be part of a action, not at same level
Post by Slim Slam
Running Ansible 1.9.2
category: critical
ERROR: category is not a legal parameter in an Ansible task or handler
The documentation shows category as a valid parameter.
J
--
You received this message because you are subscribed to the Google
Groups
Post by Slim Slam
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send
an
<javascript:>.
Post by Slim Slam
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/aaab188e-aa65-4035-a817-d36c171f89aa%40googlegroups.com.
Post by Slim Slam
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/06a03015-d9a9-4a57-a45d-3f145d5d92c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...