Added an example with output. (#65336)
* Added an example with output. ##### SUMMARY <!--- Added an example with output. --> ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr * Just use simpler debug tasks
This commit is contained in:
parent
be8fa961cf
commit
212fb40147
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,14 @@ author:
|
|||
EXAMPLES = r'''
|
||||
- name: Get product id and product key
|
||||
win_product_facts:
|
||||
|
||||
- name: Display Windows edition
|
||||
debug:
|
||||
var: ansible_os_license_edition
|
||||
|
||||
- name: Display Windows license status
|
||||
debug:
|
||||
var: ansible_os_license_status
|
||||
'''
|
||||
|
||||
RETURN = r'''
|
||||
|
|
Loading…
Add table
Reference in a new issue