diff options
author | Sandra McCann <samccann@redhat.com> | 2020-04-29 14:08:44 -0400 |
---|---|---|
committer | Sandra McCann <samccann@redhat.com> | 2020-04-29 14:08:44 -0400 |
commit | 0bc2ff1965c2b958b71d6dc144405682a5d78e5b (patch) | |
tree | c841d4fdaa719a0fa972f7bc536f12df06477886 | |
parent | 7a7206a4491c2a270dd9e3cbc8b0ebd0a24cb6ec (diff) | |
download | vyos-ansible-collection-0bc2ff1965c2b958b71d6dc144405682a5d78e5b.tar.gz vyos-ansible-collection-0bc2ff1965c2b958b71d6dc144405682a5d78e5b.zip |
fix test problem
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | galaxy.yml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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) <!--[![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/vyos)](https://codecov.io/gh/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 <!--Add a link to a changelog.md file or an external docsite to cover this information. --> ## Roadmap @@ -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] |