You've already forked cookiecutter-ansible-role
Fix README
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{{ cookiecutter.role_title | title }}
|
||||
=========
|
||||
[](https://galaxy.ansible.com/{{ cookiecutter.galaxy_username }}/{{ cookiecutter.role_name }})
|
||||
[](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
|
||||
|
||||
Reference in New Issue
Block a user