From 5b2ec65cc69e4f7b32ee508c1364eee7099f374a Mon Sep 17 00:00:00 2001 From: Timothy Appnel Date: Mon, 12 Oct 2020 13:52:32 -0400 Subject: [PATCH] Added openshift_process and openshiift_route to the README page (#47) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed6c96c..6f0bcf0 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,10 @@ Click on the name of a plugin or module to view that content's documentation: - **Modules**: - [k8s](https://docs.ansible.com/ansible/2.10/collections/community/kubernetes/k8s_inventory.html) - [openshift_auth](https://github.com/ansible-collections/community.okd/blob/main/plugins/modules/openshift_auth.py) + - [openshift_process](https://github.com/ansible-collections/community.okd/blob/main/plugins/modules/openshift_process.py) + - [openshift_route](https://github.com/ansible-collections/community.okd/blob/main/plugins/modules/openshift_route.py) -> **Note**: These documentation links currently link to older module versions. For the latest module documentation, please use `ansible-doc` in the CLI. +> **Note**: Some of these documentation links currently link to older module versions. For the latest module documentation, please use `ansible-doc` in the CLI. ## Installation and Usage