1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-31 17:36:21 +00:00

New Module: LXD Projects (#4521)

* add lxd_project module

* documentation improvement and version_added entry

* improve documentation

* use os.path.expanduser

* exclude from use-argspec-type-path test

* improve documentation
This commit is contained in:
Raymond Chang 2022-04-26 04:20:54 +08:00 committed by GitHub
parent f5b1b3c6f0
commit 1d3506490f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 601 additions and 0 deletions

2
.github/BOTMETA.yml vendored
View file

@ -312,6 +312,8 @@ files:
ignore: hnakamur
$modules/cloud/lxd/lxd_profile.py:
maintainers: conloos
$modules/cloud/lxd/lxd_project.py:
maintainers: we10710aa
$modules/cloud/memset/:
maintainers: glitchcrab
$modules/cloud/misc/cloud_init_data_facts.py: