From 0ce060122ae72b1a7bf4a49950e0eb850efcdc76 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 10 Aug 2015 16:34:41 -0400 Subject: [PATCH] Add lldpctl to requirements. --- network/lldp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/network/lldp.py b/network/lldp.py index 3ed554f79c3..fd1b1092d5e 100644 --- a/network/lldp.py +++ b/network/lldp.py @@ -19,6 +19,7 @@ import subprocess DOCUMENTATION = ''' --- module: lldp +requirements: [ lldpctl ] version_added: 1.6 short_description: get details reported by lldp description: