From 5f189d807cf793fef043b84075ef26cf0f471b61 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. --- lib/ansible/modules/extras/network/lldp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/network/lldp.py b/lib/ansible/modules/extras/network/lldp.py index ea6dc78d7bc..5d4a78637d5 100644 --- a/lib/ansible/modules/extras/network/lldp.py +++ b/lib/ansible/modules/extras/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: