mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 12:51:25 -07:00
Removed the unused argument description from lxd_container module (#31440)
This commit is contained in:
parent
3141fda6b4
commit
ec73af1d78
1 changed files with 0 additions and 3 deletions
|
@ -551,9 +551,6 @@ def main():
|
||||||
config=dict(
|
config=dict(
|
||||||
type='dict',
|
type='dict',
|
||||||
),
|
),
|
||||||
description=dict(
|
|
||||||
type='str',
|
|
||||||
),
|
|
||||||
devices=dict(
|
devices=dict(
|
||||||
type='dict',
|
type='dict',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue