diff options
author | Ondra Machacek <machacek.ondra@gmail.com> | 2019-02-13 11:17:01 +0100 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2019-02-13 11:17:01 +0100 |
commit | 797a5218fb7274407a619437fe0e478eede34912 (patch) | |
tree | 746949549a055b8dbc05f22ee9b53b1ff230ac82 /.github | |
parent | Correct usage of sorted() in mongodb_user (#46792) (diff) | |
download | ansible-797a5218fb7274407a619437fe0e478eede34912.tar.xz ansible-797a5218fb7274407a619437fe0e478eede34912.zip |
kubevirt: Add new kubevirt_vm module (#50768)
This module is managing virtual machines using KubeVirt.
Signed-off-by: Ondra Machacek <omachace@redhat.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 639f31eab2..c88cfb0c98 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -128,6 +128,7 @@ files: maintainers: $team_google ignored: supertom $modules/cloud/google/gc_storage.py: supertom + $modules/cloud/kubevirt/: machacekondra mmazur pkliczewski $modules/cloud/linode/: $team_linode $modules/cloud/lxd/: hnakamur $modules/cloud/memset/: glitchcrab |