sap.sap_operations.show_w module – Show warranty

Note

This module is part of the sap.sap_operations collection.

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install sap.sap_operations.

To use it in a playbook, specify: sap.sap_operations.show_w.

New in sap.sap_operations 1.31.0

Synopsis

  • The hypothetical commands `show w’ and `show c’ should show the appropriate parts of the General Public License. Of course, your program’s commands might be different; for a GUI interface, you would use an “about box”.

Note

This module has a corresponding action plugin.

See Also

See also

sap.sap_operations.show_c

Show copyright

GNU General Public License 3.0

GPL-3.0 license text

Examples

---
- name: Show warranty
  sap.sap_operations.show_w:

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key

Description

msg

string

always ‘Success’

Returned: always

Sample: "Success"

Authors

  • Kirill Satarin (@kksat)