diff --git a/README.md b/README.md index be467aeaba..0f823d8dd2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Community General Collection -[![Run Status](https://api.shippable.com/projects/5e664a167c32620006c9fa50/badge?branch=master)](https://app.shippable.com/github/ansible-collections/community.general/dashboard) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.general)](https://codecov.io/gh/ansible-collections/community.general) +[![Run Status](https://api.shippable.com/projects/5e664a167c32620006c9fa50/badge?branch=main)](https://app.shippable.com/github/ansible-collections/community.general/dashboard) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.general)](https://codecov.io/gh/ansible-collections/community.general) This repo contains the `community.general` Ansible Collection. The collection includes many modules and plugins supported by Ansible community which are not part of more specialized community collections. @@ -65,7 +65,7 @@ Basic instructions without release branches: ## Release notes -See the [changelog](https://github.com/ansible-collections/community.general/blob/master/CHANGELOG.rst). +See the [changelog](https://github.com/ansible-collections/community.general/blob/main/CHANGELOG.rst). ## Roadmap diff --git a/galaxy.yml b/galaxy.yml index 4fec670b56..383216e2bb 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -14,7 +14,7 @@ dependencies: community.kubernetes: '>=0.1.0' google.cloud: '>=0.0.9' repository: https://github.com/ansible-collections/community.general -#documentation: https://github.com/ansible-collection-migration/community.general/tree/master/docs +#documentation: https://github.com/ansible-collection-migration/community.general/tree/main/docs homepage: https://github.com/ansible-collections/community.general issues: https://github.com/ansible-collections/community.general/issues #type: flatmap diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 9bcdd2bbee..d1deaa741f 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -69,7 +69,7 @@ cd "${TEST_DIR}" # START: HACK install dependencies retry ansible-galaxy -vvv collection install ansible.netcommon retry ansible-galaxy -vvv collection install ansible.posix -# retry ansible-galaxy -vvv collection install community.crypto -- the currently published version doesn't work well with Ansible 2.9, use master instead: +# retry ansible-galaxy -vvv collection install community.crypto -- the currently published version doesn't work well with Ansible 2.9, use main instead: retry git clone https://github.com/ansible-collections/community.crypto.git "${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections/community/crypto" # retry ansible-galaxy -vvv collection install community.internal_test_tools - we need git checkout until 0.2.0 has been released retry git clone https://github.com/ansible-collections/community.internal_test_tools.git "${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections/community/internal_test_tools"