On 02.06.16 00:35 Brian Coca wrote:
> args won't give you an error in the case you showed as you passed a string
> to the shell module which allows for arbitrary strings (shell commands). To
> the shell that would have appeared as setting a variable inline or an extra
> parameter.
But I would have thought that as soon as an 'args:' appears, the shell
module should get that the following is syntax-with-colon and throw an
error otherwise.
Or do you mean that creates=foo could be a valid argument? But all
arguments to the shell module should declare something (a=b), not just
switch something on or off (disable_foo).
Johannes