From 6d49ef700ad59e19a87388d0a099ec897c002d63 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 19 Feb 2020 10:34:50 -0600 Subject: [PATCH] Issue #31: Add k8s_log and k8s_exec to list of modules in README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ad55d1e..5b6e5ef5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Click on the name of a plugin or module to view that content's documentation: - **Modules**: - [k8s](https://docs.ansible.com/ansible/latest/modules/k8s_module.html) - [k8s_auth](https://docs.ansible.com/ansible/latest/modules/k8s_auth_module.html) + - [k8s_exec](https://github.com/ansible-collections/kubernetes/blob/master/plugins/modules/k8s_exec.py) + - [k8s_log](https://github.com/ansible-collections/kubernetes/blob/master/plugins/modules/k8s_log.py) - [k8s_info](https://docs.ansible.com/ansible/latest/modules/k8s_info_module.html) - [k8s_scale](https://docs.ansible.com/ansible/latest/modules/k8s_scale_module.html) - [k8s_service](https://docs.ansible.com/ansible/latest/modules/k8s_service_module.html)