Skip to content

Commit

Permalink
Typo 'state:' net_lldp (ansible#61543)
Browse files Browse the repository at this point in the history
'state:' should be "absent" not "lldp"
  • Loading branch information
Yannis100 authored and acozine committed Sep 5, 2019
1 parent a365e77 commit ce8af1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/protocol/_net_lldp.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- name: Disable LLDP service
net_lldp:
state: lldp
state: absent
"""

RETURN = """
Expand Down

0 comments on commit ce8af1c

Please sign in to comment.