From ec73af1d780c047ddc5996eaf129bd86a30af063 Mon Sep 17 00:00:00 2001 From: Sofiane Medjkoune Date: Fri, 30 Nov 2018 07:59:34 +0100 Subject: [PATCH] Removed the unused argument description from lxd_container module (#31440) --- lib/ansible/modules/cloud/lxd/lxd_container.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ansible/modules/cloud/lxd/lxd_container.py b/lib/ansible/modules/cloud/lxd/lxd_container.py index 191f77c6901..31ecdbf708b 100644 --- a/lib/ansible/modules/cloud/lxd/lxd_container.py +++ b/lib/ansible/modules/cloud/lxd/lxd_container.py @@ -551,9 +551,6 @@ def main(): config=dict( type='dict', ), - description=dict( - type='str', - ), devices=dict( type='dict', ),