Typo 'state:' net_lldp (#61543)

'state:' should be "absent" not "lldp"
This commit is contained in:
Yannis Ansermoz 2019-09-05 21:15:19 +02:00 committed by Alicia Cozine
parent a365e77cc3
commit ce8af1c8c5

View file

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