ansible-collections / community.kubernetes

Kubernetes Collection for Ansible
https://galaxy.ansible.com/community/kubernetes
GNU General Public License v3.0
265 stars 106 forks source link

Wrong examples in k8s module #408

Closed seocam closed 3 years ago

seocam commented 3 years ago

There is no template argument in the roof of module k8s as stated in the examples:

https://github.com/ansible-collections/community.kubernetes/blob/5fc3dd02bf19fd4d70d99278969d786100b18feb/plugins/modules/k8s.py#L185-L196

ISSUE TYPE
COMPONENT NAME

k8s module

tima commented 3 years ago

What version of the collection are you using? That param was added in v1.1.0.

tima commented 3 years ago

@seocam https://github.com/ansible-collections/community.kubernetes/blob/5fc3dd02bf19fd4d70d99278969d786100b18feb/plugins/modules/k8s.py#L306