Removed the unused argument description from lxd_container module (#31440)

pull/4420/head
Sofiane Medjkoune 2018-11-30 07:59:34 +01:00 committed by ansibot
parent 3141fda6b4
commit ec73af1d78
1 changed files with 0 additions and 3 deletions

View File

@ -551,9 +551,6 @@ def main():
config=dict(
type='dict',
),
description=dict(
type='str',
),
devices=dict(
type='dict',
),