Use *.md instead of *.rst for test READMEs (#81009)

pull/81010/head
Matt Clay 3 years ago committed by GitHub
parent faa6d55ee6
commit 6ac0ea3567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
namespace: ns namespace: ns
name: failure name: failure
version: 1.0.0 version: 1.0.0
readme: README.rst readme: README.md
authors: authors:
- Ansible - Ansible

@ -1,6 +1,6 @@
namespace: ns namespace: ns
name: ps_only name: ps_only
version: 1.0.0 version: 1.0.0
readme: README.rst readme: README.md
authors: authors:
- Ansible - Ansible

@ -1,6 +1,6 @@
namespace: ns namespace: ns
name: col name: col
version: 1.0.0 version: 1.0.0
readme: README.rst readme: README.md
authors: authors:
- Ansible - Ansible

Loading…
Cancel
Save