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:
Raj Wurttemberg 2019-12-04 15:56:51 -05:00 committed by Jordan Borean
parent be8fa961cf
commit 212fb40147

View file

@ -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'''