Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Issue #148: Switch links and CI process to main from master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 17, 2020
1 parent c4f3e5a commit a16ac42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
'on':
push:
branches:
- master
- main
pull_request:
schedule:
- cron: '0 6 * * *'
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ 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/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_exec](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/k8s_exec.py)
- [k8s_log](https://github.com/ansible-collections/community.kubernetes/blob/main/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)
- [helm](https://github.com/ansible-collections/community.kubernetes/blob/master/plugins/modules/helm.py)
- [helm_info](https://github.com/ansible-collections/community.kubernetes/blob/master/plugins/modules/helm_info.py)
- [helm_repository](https://github.com/ansible-collections/community.kubernetes/blob/master/plugins/modules/helm_repository.py)
- [helm](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/helm.py)
- [helm_info](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/helm_info.py)
- [helm_repository](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/helm_repository.py)

## Installation and Usage

Expand Down

0 comments on commit a16ac42

Please sign in to comment.