From 1dcf208a91ce758c67ee37626da89504f840f097 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Fri, 20 Mar 2020 15:26:38 -0400 Subject: draft readme.md file --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'galaxy.yml') diff --git a/galaxy.yml b/galaxy.yml index 00d7f0e6..d43b0d3b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,5 +7,5 @@ license_file: LICENSE name: vyos namespace: vyos readme: README.rst -repository: https://github.com/ansible-collections/vyos.vyos +repository: https://github.com/ansible-collections/vyos tags: [vyos, networking] -- cgit v1.2.3 From 0bc2ff1965c2b958b71d6dc144405682a5d78e5b Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Wed, 29 Apr 2020 14:08:44 -0400 Subject: fix test problem --- README.md | 4 ++-- galaxy.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'galaxy.yml') diff --git a/README.md b/README.md index 8cc7579b..13c57103 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # VyOS Collection -[![CI](https://zuul-ci.org/gated.svg)](https://dashboard.zuul.ansible.com/t/ansible/project/github.com/ansible-collections/vyos) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/vyos)](https://codecov.io/gh/ansible-collections/vyos) +[![CI](https://zuul-ci.org/gated.svg)](https://dashboard.zuul.ansible.com/t/ansible/project/github.com/ansible-collections/vyos) The Ansible VyOS collection includes a variety of Ansible content to help automate the management of VyOS network appliances. @@ -125,7 +125,7 @@ You cal also join us on: See the [Ansible Community Guide](https://docs.ansible.com/ansible/latest/community/index.html) for details on contributing to Ansible. -## Release notes +## Changelogs ## Roadmap diff --git a/galaxy.yml b/galaxy.yml index d43b0d3b..b628581e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -6,6 +6,6 @@ dependencies: license_file: LICENSE name: vyos namespace: vyos -readme: README.rst -repository: https://github.com/ansible-collections/vyos +readme: README.md +repository: https://github.com/ansible-collections/vyos.vyos tags: [vyos, networking] -- cgit v1.2.3