From 130ed49019bbb8102450c9cdcb5e0b7196cf1b44 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 29 Apr 2020 17:23:02 -0500 Subject: [PATCH] Fixes #76: Rename repository to community.kubernetes. --- README.md | 6 +++--- galaxy.yml | 4 ++-- molecule/default/tasks/full.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 965e98ef..44f6f4a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kubernetes Collection for Ansible -[![CI](https://github.com/ansible-collections/kubernetes/workflows/CI/badge.svg?event=push)](https://github.com/ansible-collections/kubernetes/actions) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/kubernetes)](https://codecov.io/gh/ansible-collections/kubernetes) +[![CI](https://github.com/ansible-collections/community.kubernetes/workflows/CI/badge.svg?event=push)](https://github.com/ansible-collections/community.kubernetes/actions) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.kubernetes)](https://codecov.io/gh/ansible-collections/community.kubernetes) This repo hosts the `community.kubernetes` Ansible Collection. @@ -22,8 +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_exec](https://github.com/ansible-collections/community.kubernetes/blob/master/plugins/modules/k8s_exec.py) + - [k8s_log](https://github.com/ansible-collections/community.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) diff --git a/galaxy.yml b/galaxy.yml index f0049507..0f854cd7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -12,12 +12,12 @@ dependencies: {} description: Kubernetes Collection for Ansible. documentation: '' homepage: '' -issues: https://github.com/ansible-collections/kubernetes/issues +issues: https://github.com/ansible-collections/community.kubernetes/issues license_file: LICENSE name: kubernetes namespace: community readme: README.md -repository: https://github.com/ansible-collections/kubernetes +repository: https://github.com/ansible-collections/community.kubernetes tags: - kubernetes - k8s diff --git a/molecule/default/tasks/full.yml b/molecule/default/tasks/full.yml index e284bc09..85d5d7d4 100644 --- a/molecule/default/tasks/full.yml +++ b/molecule/default/tasks/full.yml @@ -10,7 +10,7 @@ debug: var: output - # TODO: See https://github.com/ansible-collections/kubernetes/issues/24 + # TODO: See https://github.com/ansible-collections/community.kubernetes/issues/24 # - name: Setting validate_certs to true causes a failure # k8s: # name: testing