Fixed doc

reviewable/pr18780/r1
GGabriele 9 years ago
parent 3c91dc1f79
commit b6b75720ec

@ -18,7 +18,7 @@
DOCUMENTATION = '''
---
module: nxos_get_facts
module: nxos_facts
version_added: "2.1"
short_description: Gets facts about NX-OS switches
description:
@ -29,7 +29,7 @@ author: Jason Edelman (@jedelman8), Gabriele Gerbino (@GGabriele)
EXAMPLES = '''
# retrieve facts
- nxos_get_facts: host={{ inventory_hostname }}
- nxos_facts: host={{ inventory_hostname }}
'''
RETURN = '''

Loading…
Cancel
Save