diff --git a/galaxy.yml b/galaxy.yml index 09ac972..8e1e2ff 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -3,13 +3,13 @@ # The namespace of the collection. This can be a company/brand/organization or product namespace under which all # content lives. May only contain alphanumeric characters and underscores. Additionally namespaces cannot start with # underscores or numbers and cannot contain consecutive underscores -namespace: ansible +namespace: google # The name of the collection. Has the same character restrictions as 'namespace' -name: ansible_collections_google +name: cloud # The version of the collection. Must be compatible with semantic versioning -version: 1.0.0 +version: 0.0.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -45,7 +45,7 @@ license: #dependencies: {} # The URL of the originating SCM repository -#repository: http://example.com/repository +repository: http://github.com/ansible/ansible_collections_google # The URL to any online docs #documentation: http://docs.example.com