New in version 2.0.
Common return values are documented here Return Values, the following are the fields unique to this module:
name | description | returned | type | sample |
---|---|---|---|---|
dotnet_ngen64_eqi_exit_code |
The exit code after running the 64-bit ngen.exe executeQueuedItems command.
|
64-bit ngen executable exists | int | 0 |
dotnet_ngen64_eqi_output |
The stdout after running the 64-bit ngen.exe executeQueuedItems command.
|
64-bit ngen executable exists | str | sample output |
dotnet_ngen64_update_exit_code |
The exit code after running the 64-bit ngen.exe update /force command.
|
64-bit ngen executable exists | int | 0 |
dotnet_ngen64_update_output |
The stdout after running the 64-bit ngen.exe update /force command.
|
64-bit ngen executable exists | str | sample output |
dotnet_ngen_eqi_exit_code |
The exit code after running the 32-bit ngen.exe executeQueuedItems command.
|
32-bit ngen executable exists | int | 0 |
dotnet_ngen_eqi_output |
The stdout after running the 32-bit ngen.exe executeQueuedItems command.
|
32-bit ngen executable exists | str | sample output |
dotnet_ngen_update_exit_code |
The exit code after running the 32-bit ngen.exe update /force command.
|
32-bit ngen executable exists | int | 0 |
dotnet_ngen_update_output |
The stdout after running the 32-bit ngen.exe update /force command.
|
32-bit ngen executable exists | str | sample output |
Note
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.