Typo 'state:' net_lldp (#61543)

'state:' should be "absent" not "lldp"
pull/61887/head
Yannis Ansermoz 5 years ago committed by Alicia Cozine
parent a365e77cc3
commit ce8af1c8c5

@ -42,7 +42,7 @@ EXAMPLES = """
- name: Disable LLDP service - name: Disable LLDP service
net_lldp: net_lldp:
state: lldp state: absent
""" """
RETURN = """ RETURN = """

Loading…
Cancel
Save