Typo 'state:' net_lldp (#61543)

'state:' should be "absent" not "lldp"
(cherry picked from commit ce8af1c8c5)
pull/62162/head
Yannis Ansermoz 5 years ago committed by Toshio Kuratomi
parent f93068e49b
commit 8d5ded4cec

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