Remove community.okd.
This commit is contained in:
parent
24614f6d30
commit
812b5aa6e2
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +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>`_, `community.kubevirt <https://github.com/ansible-collections/community.kubevirt>`_, `community.okd <https://galaxy.ansible.com/community/okd>`_, and `kubernetes.core <https://galaxy.ansible.com/kubernetes/core>`_ (https://github.com/ansible/ansible/pull/72428)."
|
||||
- "The ``docker`` and ``k8s`` action groups / module default groups now also support the moved modules in `community.docker <https://galaxy.ansible.com/community/docker>`_, `community.kubevirt <https://github.com/ansible-collections/community.kubevirt>`_, and `kubernetes.core <https://galaxy.ansible.com/kubernetes/core>`_ (https://github.com/ansible/ansible/pull/72428)."
|
||||
|
|
|
@ -1359,7 +1359,7 @@ def get_action_args_with_defaults(action, args, defaults, templar, redirected_na
|
|||
'cpm': ['wti.remote'],
|
||||
'docker': ['community.general', 'community.docker'],
|
||||
'gcp': ['google.cloud'],
|
||||
'k8s': ['community.kubernetes', 'community.general', 'community.kubevirt', 'community.okd', 'kubernetes.core'],
|
||||
'k8s': ['community.kubernetes', 'community.general', 'community.kubevirt', 'kubernetes.core'],
|
||||
'os': ['openstack.cloud'],
|
||||
'ovirt': ['ovirt.ovirt', 'community.general'],
|
||||
'vmware': ['community.vmware'],
|
||||
|
|
Loading…
Reference in a new issue