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
pull/65515/head
Raj Wurttemberg 5 years ago committed by Jordan Borean
parent be8fa961cf
commit 212fb40147

@ -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…
Cancel
Save