mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
Adding doc for the description argument of lxd_profile module
This commit is contained in:
parent
9c81257ce3
commit
ef72eda172
2 changed files with 6 additions and 3 deletions
|
@ -26,6 +26,10 @@ options:
|
|||
description:
|
||||
- Name of a profile.
|
||||
required: true
|
||||
description:
|
||||
description:
|
||||
- Description of the profile.
|
||||
version_added: "2.5"
|
||||
config:
|
||||
description:
|
||||
- 'The config for the container (e.g. {"limits.memory": "4GB"}).
|
||||
|
|
|
@ -92,7 +92,6 @@ lib/ansible/modules/cloud/google/gcpubsub.py
|
|||
lib/ansible/modules/cloud/google/gcspanner.py
|
||||
lib/ansible/modules/cloud/lxc/lxc_container.py
|
||||
lib/ansible/modules/cloud/lxd/lxd_container.py
|
||||
lib/ansible/modules/cloud/lxd/lxd_profile.py
|
||||
lib/ansible/modules/cloud/misc/ovirt.py
|
||||
lib/ansible/modules/cloud/misc/rhevm.py
|
||||
lib/ansible/modules/cloud/misc/serverless.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue