Matt Martz

Results 336 comments of Matt Martz

`json` is an alias to `jsonarg`, and will turn whatever data is received by the module into a JSON string. Such as the dict `{'foo': True}` will become `{"foo": true}`...

Duplicate of https://github.com/ansible/ansible/issues/78889

This is intentional behavior, and was codified in https://github.com/ansible/ansible/pull/62442 An empty limit is an alias for `all`.

I've adjusted the title of this issue a little, in that it is not restricted to just this one plugin, but really multiple plugins of multiple types.

> Any changes should go to devel branch first, only after they are accepted there do we consider backports to stable branches. This warning no longer exists in devel, as...

> Marking as CI-verified Thanks, I had it marked, but looked like I did it too early and the bot removed it.

I've done some investigation, since I was pretty sure the `ssh` connection plugin could handle this, but I see you are using localhost, and thus likely the `local` connection plugin....

Can you point to documentation or a spec referencing a checksum format that uses tabs? Aside from the functionality for the file to contain a checksum only, the code we...