Support docker and k8s action groups for moved modules in community.docker and community.kubevirt.

This commit is contained in:
Felix Fontein 2020-11-01 10:20:03 +01:00
parent 809d5fc398
commit 3cd8477948
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "The ``docker`` and ``k8s`` action groups / module default groups now also support the moved modules in [community.docker](https://galaxy.ansible.com/community/docker) and [community.kubevirt](https://github.com/ansible-collections/community.kubevirt) (https://github.com/ansible/ansible/pull/72427)."

View file

@ -1357,9 +1357,9 @@ def get_action_args_with_defaults(action, args, defaults, templar, redirected_na
'aws': ['amazon.aws', 'community.aws'],
'azure': ['azure.azcollection'],
'cpm': ['wti.remote'],
'docker': ['community.general'],
'docker': ['community.general', 'community.docker'],
'gcp': ['google.cloud'],
'k8s': ['community.kubernetes', 'community.general'],
'k8s': ['community.kubernetes', 'community.general', 'community.kubevirt'],
'os': ['openstack.cloud'],
'ovirt': ['ovirt.ovirt', 'community.general'],
'vmware': ['community.vmware'],