From 2d11a06df451e883b4c7b69204e67f67a234158f Mon Sep 17 00:00:00 2001 From: Jan-Frode Myklebust Date: Wed, 11 Jan 2023 10:36:33 +0100 Subject: [PATCH] Minor bug in example. --- plugins/modules/onyx_lldp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/onyx_lldp.py b/plugins/modules/onyx_lldp.py index c7f6fe8..0666c0c 100644 --- a/plugins/modules/onyx_lldp.py +++ b/plugins/modules/onyx_lldp.py @@ -29,7 +29,7 @@ - name: Disable LLDP protocol onyx_lldp: - state: lldp + state: absent """ RETURN = """