Each Ansible module's documentation page has an "Attributes" section.
For example, here is the one for the command
module. It has these attributes: check_mode
, diff_mode
, platform
and raw
.
In general, how do I use a module's attributes?
And in this particular example, what is the platform
attribute and how do I use it?