From 62f232e43c7d01831b75dea8134e155c68299c2f Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sun, 7 Jan 2024 11:54:23 +1300 Subject: [PATCH] Fix README --- README.md | 4 ++-- {{ cookiecutter.role_name }}/README.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56215c7..d784df2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ansible Role Cookiecutter # -This is a [cookiecutter project] for creating [Ansible roles]. It includes tests using [Molecule] and [YAML Lint] to work with [Azure Pipelines]. +This is a [cookiecutter project] for creating [Ansible roles]. It includes tests using [Molecule] and [YAML Lint] to work with [Woodpecker CI]. To use this, first install `cookiecutter`, then run `cookiecutter git+https://hub.cybercinch.nz/guisea/cookiecutter-ansible-role` and answer the prompts. @@ -49,7 +49,7 @@ A special thank you to [Jeff Geerling] for being a trailblazer with Molecule (an [molecule]: https://molecule.readthedocs.io [Ansible Lint]: https://docs.ansible.com/ansible-lint/ [YAML Lint]:https://yamllint.readthedocs.io/en/stable/ -[Azure Pipelines]: https://dev.azure.com +[Woodpecker CI]: https://woodpecker-ci.org/ [several containers]: https://quay.io/user/samdoran [Jeff Geerling]: https://www.jeffgeerling.com/blog/2018/testing-your-ansible-roles-molecule [linting behavior changed]: https://molecule.readthedocs.io/en/latest/configuration.html#lint diff --git a/{{ cookiecutter.role_name }}/README.md b/{{ cookiecutter.role_name }}/README.md index cc79685..c9d85f1 100644 --- a/{{ cookiecutter.role_name }}/README.md +++ b/{{ cookiecutter.role_name }}/README.md @@ -1,7 +1,6 @@ {{ cookiecutter.role_title | title }} ========= -[![Galaxy](https://img.shields.io/badge/galaxy-{{ cookiecutter.galaxy_username }}.{{ cookiecutter.role_name }}-blue.svg?style=flat)](https://galaxy.ansible.com/{{ cookiecutter.galaxy_username }}/{{ cookiecutter.role_name }}) -[![Build Status](https://dev.azure.com/{{ cookiecutter.azp_username }}/{{ cookiecutter.repo_name }}/_apis/build/status/CI?branchName={{ cookiecutter.azp_branch }})](https://dev.azure.com/{{ cookiecutter.azp_username }}/{{ cookiecutter.repo_name }}/_build/latest?definitionId=3&branchName={{ cookiecutter.azp_branch }}) + A brief description of the role goes here. Requirements