From 81886c8b69f385d39738d7b63ef705a091d3d4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Wed, 11 Nov 2020 16:51:24 +0100 Subject: [PATCH 01/19] Update verify.yml --- {{cookiecutter.app_name}}_role/molecule/default/verify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.app_name}}_role/molecule/default/verify.yml b/{{cookiecutter.app_name}}_role/molecule/default/verify.yml index 67aa63b..b2dc65b 100644 --- a/{{cookiecutter.app_name}}_role/molecule/default/verify.yml +++ b/{{cookiecutter.app_name}}_role/molecule/default/verify.yml @@ -8,10 +8,10 @@ - {{ cookiecutter.app_name }} become: true vars: - goss_version: v0.3.11 + goss_version: v0.3.14 goss_arch: amd64 goss_dst: /usr/local/bin/goss - goss_sha256sum: 7a751c102abac61fd8dff45f87f36c3732cb5158e1414ab78e6877864fc2f7a4 + goss_sha256sum: 26c481073d346028451d56af600a71ec2d6c7bc960c3e207f610e32c5e1f5144 goss_url: "https://github.com/aelsabbahy/goss/releases/download/{% raw %}{{{% endraw %} goss_version {% raw %}}}{% endraw %}/goss-linux-{% raw %}{{{% endraw %} goss_arch {% raw %}}}{% endraw %}" goss_test_directory: /tmp goss_format: documentation @@ -55,4 +55,4 @@ fail: msg: "Goss failed to validate" when: item.rc != 0 - with_items: "{% raw %}{{{% endraw %} test_results.results {% raw %}}}{% endraw %}" \ No newline at end of file + with_items: "{% raw %}{{{% endraw %} test_results.results {% raw %}}}{% endraw %}" From 6a0236c6d7d4c9eed8e0596404e26c18b032a3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Wed, 11 Nov 2020 16:53:28 +0100 Subject: [PATCH 02/19] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53b299..004c0cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog). ## Unreleased +### Changed +- *[#38](https://github.com/idealista/cookiecutter-ansible-role/pull/38) Bump goss version from 0.3.11 to 0.3.14* @vicsufer ## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.2.0) (2020-11-10) ### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.1.0...2.2.0) From fdf78b4e6769eec93490aaee37b6b02a44c5c9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Thu, 12 Nov 2020 10:26:33 +0100 Subject: [PATCH 03/19] Delete CODE_OF_CONDUCT.md --- .../.github/CODE_OF_CONDUCT.md | 74 ------------------- 1 file changed, 74 deletions(-) delete mode 100644 {{cookiecutter.app_name}}_role/.github/CODE_OF_CONDUCT.md diff --git a/{{cookiecutter.app_name}}_role/.github/CODE_OF_CONDUCT.md b/{{cookiecutter.app_name}}_role/.github/CODE_OF_CONDUCT.md deleted file mode 100644 index 4e06e5d..0000000 --- a/{{cookiecutter.app_name}}_role/.github/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,74 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, gender identity and expression, level of experience, -nationality, personal appearance, race, religion, or sexual identity and -orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies both within project spaces and in public spaces -when an individual is representing the project or its community. Examples of -representing a project or community include using an official project e-mail -address, posting via an official social media account, or acting as an appointed -representative at an online or offline event. Representation of a project may be -further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at [labs@idealista.com](mailto:labs@idealista.com). All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html - -[homepage]: https://www.contributor-covenant.org \ No newline at end of file From 4adab810380ec93c533c8a1573507b06c15a7c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Thu, 12 Nov 2020 10:27:17 +0100 Subject: [PATCH 04/19] Delete CODE_OF_CONDUCT.md --- .github/CODE_OF_CONDUCT.md | 74 -------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 .github/CODE_OF_CONDUCT.md diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md deleted file mode 100644 index 4e06e5d..0000000 --- a/.github/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,74 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, gender identity and expression, level of experience, -nationality, personal appearance, race, religion, or sexual identity and -orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies both within project spaces and in public spaces -when an individual is representing the project or its community. Examples of -representing a project or community include using an official project e-mail -address, posting via an official social media account, or acting as an appointed -representative at an online or offline event. Representation of a project may be -further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at [labs@idealista.com](mailto:labs@idealista.com). All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html - -[homepage]: https://www.contributor-covenant.org \ No newline at end of file From dfa96b1ab0f462bda6354d563a3a1977324e2a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Thu, 12 Nov 2020 10:27:52 +0100 Subject: [PATCH 05/19] Delete CONTRIBUTING.md --- .github/CONTRIBUTING.md | 100 ---------------------------------------- 1 file changed, 100 deletions(-) delete mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index bc1f6f3..0000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,100 +0,0 @@ -# Contributing to Idealista - -:+1::tada: First off, thanks for taking the time to contribute! :tada::+1: - -The following is a set of guidelines for contributing to Idealista's repositories, which are hosted in the [Idealista Organization](https://github.com/idealista) on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. - -#### Table Of Contents - -[Code of Conduct](#code-of-conduct) - -[How Can I Contribute?](#how-can-i-contribute) - * [Reporting Bugs](#reporting-bugs) - * [Suggesting Enhancements](#suggesting-enhancements) - * [Pull Requests](#pull-requests) - * [Changelog](#changelog) - -[Styleguides](#styleguides) - * [Git Commit Messages](#git-commit-messages) - -## Code of Conduct - -This project and everyone participating in it is governed by the [Idealista Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [labs@idealista.com](mailto:labs@idealista.com). - - -## How Can I Contribute? - -### Reporting Bugs - -This section guides you through submitting a bug report for Idealista. Following these guidelines helps maintainers and the community understand your report :pencil:, reproduce the behavior :computer: :computer:, and find related reports :mag_right:. - -Before creating bug reports, please check [this list](#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](ISSUE_TEMPLATE.md), the information it asks for helps us resolve issues faster. - -> **Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one. - -#### Before Submitting A Bug Report - -* **Check the last version.** Check if you can reproduce the problem in the latest version of the project. -* **Check the FAQ of the project** for a list of common questions and problems. -* **Perform a [cursory search](https://github.com/issues?q=+is%3Aissue+user%3Aidealista)** to see if the problem has already been reported. If it has **and the issue is still open**, add a comment to the existing issue instead of opening a new one. - -#### How Do I Submit A (Good) Bug Report? - -Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create an issue on the project repository and provide the following information by filling in [the template](ISSUE_TEMPLATE.md). - -Explain the problem and include additional details to help maintainers reproduce the problem: - -* **Use a clear and descriptive title** for the issue to identify the problem. -* **Describe the exact steps which reproduce the problem** in as many details as possible. -* **Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior. -* **Explain which behavior you expected to see instead and why.** - -### Suggesting Enhancements - -This section guides you through submitting an enhancement suggestion for Idealista, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:. - -Before creating enhancement suggestions, please check [this list](#before-submitting-an-enhancement-suggestion) as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](ISSUE_TEMPLATE.md), including the steps that you imagine you would take if the feature you're requesting existed. - -#### Before Submitting An Enhancement Suggestion - -* **Check the last version.** Check if you can reproduce the problem in the latest version of the project. -* **Check the FAQ of the project** for a list of common questions and problems. -* **Perform a [cursory search](https://github.com/issues?q=+is%3Aissue+user%3Aidealista)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. - -#### How Do I Submit A (Good) Enhancement Suggestion? - -Enhancement suggestions are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create an issue on the project repository and provide the following information by filling in [the template](ISSUE_TEMPLATE.md): - -* **Use a clear and descriptive title** for the issue to identify the suggestion. -* **Provide a step-by-step description of the suggested enhancement** in as many details as possible. -* **Provide specific examples to demonstrate the steps**. -* **Describe the current behavior** and **explain which behavior you expected to see instead** and why. -* **Explain why this enhancement would be useful**. -* **List some other text editors or applications where this enhancement exists.** -* **Specify which version are you're using.** - -### Pull Requests - -* Fill in [the required template](PULL_REQUEST_TEMPLATE.md) -* Any pull request should have **idealista:develop** as base branch. - -### Changelog - -Every project has a CHANGELOG.md file. Once your code is ready to be merged please fill the issue after the **Unreleased** section as explained: - -* For an enhancement, fill the issue after the **Added** subsection (create it if doesn't exists) -* For a fixed bug, fill the issue after the **Fixed** subsection (create it if doesn't exists) -* For an improvement, fill the issue after the **Changed** subsection (create it if doesn't exists) - -Then write the issue info this way: - -- *[#29](https://github.com/idealista/nginx-role/issues/29) Support debian stretch* @jmonterrubio - -## Styleguides - -### Git Commit Messages - -* Use the present tense ("Add feature" not "Added feature") -* Use the imperative mood ("Move cursor to..." not "Moves cursor to...") -* Limit the first line to 72 characters or less -* Reference issues and pull requests liberally after the first line \ No newline at end of file From fdc0231cb7a97d852cea69d1a319fa879b34d5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Thu, 12 Nov 2020 10:29:17 +0100 Subject: [PATCH 06/19] Delete CONTRIBUTING.md --- .../.github/CONTRIBUTING.md | 100 ------------------ 1 file changed, 100 deletions(-) delete mode 100644 {{cookiecutter.app_name}}_role/.github/CONTRIBUTING.md diff --git a/{{cookiecutter.app_name}}_role/.github/CONTRIBUTING.md b/{{cookiecutter.app_name}}_role/.github/CONTRIBUTING.md deleted file mode 100644 index bc1f6f3..0000000 --- a/{{cookiecutter.app_name}}_role/.github/CONTRIBUTING.md +++ /dev/null @@ -1,100 +0,0 @@ -# Contributing to Idealista - -:+1::tada: First off, thanks for taking the time to contribute! :tada::+1: - -The following is a set of guidelines for contributing to Idealista's repositories, which are hosted in the [Idealista Organization](https://github.com/idealista) on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. - -#### Table Of Contents - -[Code of Conduct](#code-of-conduct) - -[How Can I Contribute?](#how-can-i-contribute) - * [Reporting Bugs](#reporting-bugs) - * [Suggesting Enhancements](#suggesting-enhancements) - * [Pull Requests](#pull-requests) - * [Changelog](#changelog) - -[Styleguides](#styleguides) - * [Git Commit Messages](#git-commit-messages) - -## Code of Conduct - -This project and everyone participating in it is governed by the [Idealista Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [labs@idealista.com](mailto:labs@idealista.com). - - -## How Can I Contribute? - -### Reporting Bugs - -This section guides you through submitting a bug report for Idealista. Following these guidelines helps maintainers and the community understand your report :pencil:, reproduce the behavior :computer: :computer:, and find related reports :mag_right:. - -Before creating bug reports, please check [this list](#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](ISSUE_TEMPLATE.md), the information it asks for helps us resolve issues faster. - -> **Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one. - -#### Before Submitting A Bug Report - -* **Check the last version.** Check if you can reproduce the problem in the latest version of the project. -* **Check the FAQ of the project** for a list of common questions and problems. -* **Perform a [cursory search](https://github.com/issues?q=+is%3Aissue+user%3Aidealista)** to see if the problem has already been reported. If it has **and the issue is still open**, add a comment to the existing issue instead of opening a new one. - -#### How Do I Submit A (Good) Bug Report? - -Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create an issue on the project repository and provide the following information by filling in [the template](ISSUE_TEMPLATE.md). - -Explain the problem and include additional details to help maintainers reproduce the problem: - -* **Use a clear and descriptive title** for the issue to identify the problem. -* **Describe the exact steps which reproduce the problem** in as many details as possible. -* **Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior. -* **Explain which behavior you expected to see instead and why.** - -### Suggesting Enhancements - -This section guides you through submitting an enhancement suggestion for Idealista, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:. - -Before creating enhancement suggestions, please check [this list](#before-submitting-an-enhancement-suggestion) as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](ISSUE_TEMPLATE.md), including the steps that you imagine you would take if the feature you're requesting existed. - -#### Before Submitting An Enhancement Suggestion - -* **Check the last version.** Check if you can reproduce the problem in the latest version of the project. -* **Check the FAQ of the project** for a list of common questions and problems. -* **Perform a [cursory search](https://github.com/issues?q=+is%3Aissue+user%3Aidealista)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. - -#### How Do I Submit A (Good) Enhancement Suggestion? - -Enhancement suggestions are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create an issue on the project repository and provide the following information by filling in [the template](ISSUE_TEMPLATE.md): - -* **Use a clear and descriptive title** for the issue to identify the suggestion. -* **Provide a step-by-step description of the suggested enhancement** in as many details as possible. -* **Provide specific examples to demonstrate the steps**. -* **Describe the current behavior** and **explain which behavior you expected to see instead** and why. -* **Explain why this enhancement would be useful**. -* **List some other text editors or applications where this enhancement exists.** -* **Specify which version are you're using.** - -### Pull Requests - -* Fill in [the required template](PULL_REQUEST_TEMPLATE.md) -* Any pull request should have **idealista:develop** as base branch. - -### Changelog - -Every project has a CHANGELOG.md file. Once your code is ready to be merged please fill the issue after the **Unreleased** section as explained: - -* For an enhancement, fill the issue after the **Added** subsection (create it if doesn't exists) -* For a fixed bug, fill the issue after the **Fixed** subsection (create it if doesn't exists) -* For an improvement, fill the issue after the **Changed** subsection (create it if doesn't exists) - -Then write the issue info this way: - -- *[#29](https://github.com/idealista/nginx-role/issues/29) Support debian stretch* @jmonterrubio - -## Styleguides - -### Git Commit Messages - -* Use the present tense ("Add feature" not "Added feature") -* Use the imperative mood ("Move cursor to..." not "Moves cursor to...") -* Limit the first line to 72 characters or less -* Reference issues and pull requests liberally after the first line \ No newline at end of file From 763bce55314d2d3f29dc856a206088f3620e0fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Thu, 12 Nov 2020 10:58:13 +0100 Subject: [PATCH 07/19] Fix some typos --- {{cookiecutter.app_name}}_role/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.app_name}}_role/README.md b/{{cookiecutter.app_name}}_role/README.md index 0be5784..25dfc70 100644 --- a/{{cookiecutter.app_name}}_role/README.md +++ b/{{cookiecutter.app_name}}_role/README.md @@ -32,7 +32,7 @@ Ansible {{ cookiecutter.ansible_version }} version installed. Molecule 3.x.x version installed. -For testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver and [Goss] (https://github.com/aelsabbahy/goss) as verifier. +For testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver and [Goss] (https://github.com/aelsabbahy/goss) as verifier. ### Installing @@ -84,7 +84,7 @@ $ pipenv run molecule test ![Ansible](https://img.shields.io/badge/ansible-{{ cookiecutter.ansible_version }}-green.svg) ![Molecule](https://img.shields.io/badge/molecule-{{ cookiecutter.molecule_version }}-green.svg) -![Goss](https://img.shields.io/badge/goss-0.3.9-green.svg) +![Goss](https://img.shields.io/badge/goss-0.3.14-green.svg) ## Versioning From b7da27bbfcb5c4272e7c1a111d3de06477504c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Thu, 12 Nov 2020 11:02:52 +0100 Subject: [PATCH 08/19] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 004c0cf..ded2b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ## Unreleased ### Changed - *[#38](https://github.com/idealista/cookiecutter-ansible-role/pull/38) Bump goss version from 0.3.11 to 0.3.14* @vicsufer +### Removed +- *[#39](https://github.com/idealista/cookiecutter-ansible-role/pull/39) Community health files @vicsufer ## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.2.0) (2020-11-10) ### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.1.0...2.2.0) From 0968f7fea9c753df01138a2ad4e541d62f80f459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Thu, 12 Nov 2020 11:03:11 +0100 Subject: [PATCH 09/19] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded2b5f..d473060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ### Changed - *[#38](https://github.com/idealista/cookiecutter-ansible-role/pull/38) Bump goss version from 0.3.11 to 0.3.14* @vicsufer ### Removed -- *[#39](https://github.com/idealista/cookiecutter-ansible-role/pull/39) Community health files @vicsufer +- *[#39](https://github.com/idealista/cookiecutter-ansible-role/pull/39) Community health files* @vicsufer ## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.2.0) (2020-11-10) ### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.1.0...2.2.0) From e76415384ae5ab2ce646b0c29ed4901c15d67462 Mon Sep 17 00:00:00 2001 From: Fran Tsao Date: Thu, 12 Nov 2020 17:51:11 +0100 Subject: [PATCH 10/19] #40 updated yamllint configuration --- CHANGELOG.md | 2 ++ {{cookiecutter.app_name}}_role/.yamllint | 11 +---------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d473060..77e7e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog). ## Unreleased +### Fixed +- *[#40](https://github.com/idealista/cookiecutter-ansible-role/issues/40) Updated yamllint configuration* @frantsao ### Changed - *[#38](https://github.com/idealista/cookiecutter-ansible-role/pull/38) Bump goss version from 0.3.11 to 0.3.14* @vicsufer ### Removed diff --git a/{{cookiecutter.app_name}}_role/.yamllint b/{{cookiecutter.app_name}}_role/.yamllint index 84510f6..499e233 100644 --- a/{{cookiecutter.app_name}}_role/.yamllint +++ b/{{cookiecutter.app_name}}_role/.yamllint @@ -3,9 +3,7 @@ extends: default ignore: | - .travis.yml - molecule/ - tests/ + molecule/default/tests/ rules: braces: @@ -20,20 +18,13 @@ rules: commas: max-spaces-after: -1 level: error - comments: disable - comments-indentation: disable - document-start: disable empty-lines: max: 3 level: error hyphens: level: error - indentation: disable key-duplicates: enable line-length: disable - new-line-at-end-of-file: disable new-lines: type: unix - trailing-spaces: disable truthy: disable - \ No newline at end of file From ab62958be3f245ce2a0c59e485ee970f484366de Mon Sep 17 00:00:00 2001 From: Fran Tsao Date: Fri, 13 Nov 2020 12:48:18 +0100 Subject: [PATCH 11/19] #40 yamllint ignore tests from all scenarios --- {{cookiecutter.app_name}}_role/.yamllint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}_role/.yamllint b/{{cookiecutter.app_name}}_role/.yamllint index 499e233..50e2ae9 100644 --- a/{{cookiecutter.app_name}}_role/.yamllint +++ b/{{cookiecutter.app_name}}_role/.yamllint @@ -3,7 +3,7 @@ extends: default ignore: | - molecule/default/tests/ + molecule/**/tests/ rules: braces: From 9b5a9fa9833f99af59190dbad2f4b7917cb92a07 Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Tue, 24 Nov 2020 18:17:31 +0100 Subject: [PATCH 12/19] removed Pull request template, We now have .github on an organization level --- .github/PULL_REQUEST_TEMPLATE.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 2eb9c29..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ -### Requirements - -* Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. -* All new code requires tests to ensure against regressions -* Remember to set **idealista:develop** as base branch; - -### Description of the Change - - - - -### Benefits - - - -### Possible Drawbacks - - - -### Applicable Issues - - \ No newline at end of file From 5e322d4a47048f037bb6c69328ba5c6e1d9a6093 Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Tue, 24 Nov 2020 18:17:50 +0100 Subject: [PATCH 13/19] Issue template outdated. --- .github/ISSUE_TEMPLATE.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 0a8e423..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,36 +0,0 @@ - - -### Prerequisites - -* [ ] Put an X between the brackets on this line if you have done all of the following: - * Checked that your issue isn't already filled: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aidealista - * Checked that there is not already provided the described functionality - -### Description - -[Description of the issue] - -### Steps to Reproduce - -1. [First Step] -2. [Second Step] -3. [and so on...] - -**Expected behavior:** [What you expect to happen] - -**Actual behavior:** [What actually happens] - -**Reproduces how often:** [What percentage of the time does it reproduce?] - -### Versions - -The version/s you notice the behavior. - -### Additional Information - -Any additional information, configuration or data that might be necessary to reproduce the issue. \ No newline at end of file From f756c9c856a77590d5a45a24dd685dce80b4ac83 Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Tue, 24 Nov 2020 18:19:05 +0100 Subject: [PATCH 14/19] Different types of issues. Bug report issue ask for more info about ansible --- .github/ISSUE_TEMPLATE/bug_report.md | 49 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 31 ++++++++++++++ .github/ISSUE_TEMPLATE/refactor.md | 27 +++++++++++++ .github/ISSUE_TEMPLATE/support_request.md | 27 +++++++++++++ 5 files changed, 135 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/refactor.md create mode 100644 .github/ISSUE_TEMPLATE/support_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..960f91b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,49 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + + + +### Description + +[Description of the issue] + +### Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. [and so on...] + +**Expected behavior:** +[What you expect to happen] + +**Actual behavior:** +[What actually happens] + +**Reproduces how often:** +[What percentage of the time does it reproduce?] + +### Environment + +- The release version/s you are using: +- OS: +- Ansible Version: +- Python Version: +- Others: +### Additional Information + +[Any additional information, configuration or data that might be necessary to reproduce the issue.] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9b2e2d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,31 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: enhancement +assignees: '' + +--- + + + +### Description + +[Description of the issue] + +### Why is this needed? + +[A clear and concise description of why do you think this is needed] + +### Additional Information + +[Any additional information, configuration or data.] diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md new file mode 100644 index 0000000..8d7bff6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -0,0 +1,27 @@ +--- +name: Refactor +about: Found anything to refactor in this project? +title: "[REFACTOR]" +labels: clean-up +assignees: '' + +--- + + + +### Description + +[Description of the issue] + +### Link/s to the specific code that needs a refactor (if applicable) + +[Links] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/support_request.md b/.github/ISSUE_TEMPLATE/support_request.md new file mode 100644 index 0000000..a5a9e07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support_request.md @@ -0,0 +1,27 @@ +--- +name: Support Request +about: Support request or question about this project +title: "[SUPPORT]" +labels: question +assignees: '' + +--- + + + +### Description + +[Description of the issue] + +### Additional Information + +Any additional information, configuration or data that might be necessary to reproduce the issue. \ No newline at end of file From 14f4a05d3ccf78fa88dfda6938dc89041bbc1cb8 Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Wed, 25 Nov 2020 16:28:31 +0100 Subject: [PATCH 15/19] #30 New way of templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++- .../.github/ISSUE_TEMPLATE.md | 32 ------------ .../.github/ISSUE_TEMPLATE/bug_report.md | 49 +++++++++++++++++++ .../.github/ISSUE_TEMPLATE/config.yml | 1 + .../.github/ISSUE_TEMPLATE/feature_request.md | 31 ++++++++++++ .../.github/ISSUE_TEMPLATE/refactor.md | 27 ++++++++++ .../.github/ISSUE_TEMPLATE/support_request.md | 27 ++++++++++ .../.github/PULL_REQUEST_TEMPLATE.md | 26 ---------- 8 files changed, 138 insertions(+), 62 deletions(-) delete mode 100644 {{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE.md create mode 100644 {{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/bug_report.md create mode 100644 {{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/config.yml create mode 100644 {{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/feature_request.md create mode 100644 {{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/refactor.md create mode 100644 {{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/support_request.md delete mode 100644 {{cookiecutter.app_name}}_role/.github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 960f91b..478b122 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -39,11 +39,10 @@ Check that there is not already provided the described functionality ### Environment -- The release version/s you are using: -- OS: -- Ansible Version: -- Python Version: +- The release version/s you are using: +- OS: - Others: + ### Additional Information [Any additional information, configuration or data that might be necessary to reproduce the issue.] diff --git a/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE.md b/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index a1350f5..0000000 --- a/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,32 +0,0 @@ - -### Prerequisites - -* [ ] Put an X between the brackets on this line if you have done all of the following: - * Read [Idealista's Code of Conduct](https://github.com/idealista/{{ cookiecutter.app_name }}_role/blob/main/.github/CODE_OF_CONDUCT.md) and plan to comply with it - * Checked that your issue isn't already filled: [issues](https://github.com/idealista/{{ cookiecutter.app_name }}_role/issues) - * Checked that there is not already provided the described functionality - -### Description - - - -### Steps to Reproduce - -1. [First Step] -2. [Second Step] -3. [and so on...] - -**Expected behavior:** - - -**Actual behavior:** - - -**Reproduces how often:** - -### Versions - - - -### Additional Information - diff --git a/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/bug_report.md b/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..960f91b --- /dev/null +++ b/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,49 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + + + +### Description + +[Description of the issue] + +### Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. [and so on...] + +**Expected behavior:** +[What you expect to happen] + +**Actual behavior:** +[What actually happens] + +**Reproduces how often:** +[What percentage of the time does it reproduce?] + +### Environment + +- The release version/s you are using: +- OS: +- Ansible Version: +- Python Version: +- Others: +### Additional Information + +[Any additional information, configuration or data that might be necessary to reproduce the issue.] diff --git a/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/config.yml b/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/feature_request.md b/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9b2e2d9 --- /dev/null +++ b/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,31 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: enhancement +assignees: '' + +--- + + + +### Description + +[Description of the issue] + +### Why is this needed? + +[A clear and concise description of why do you think this is needed] + +### Additional Information + +[Any additional information, configuration or data.] diff --git a/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/refactor.md b/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/refactor.md new file mode 100644 index 0000000..8d7bff6 --- /dev/null +++ b/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/refactor.md @@ -0,0 +1,27 @@ +--- +name: Refactor +about: Found anything to refactor in this project? +title: "[REFACTOR]" +labels: clean-up +assignees: '' + +--- + + + +### Description + +[Description of the issue] + +### Link/s to the specific code that needs a refactor (if applicable) + +[Links] \ No newline at end of file diff --git a/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/support_request.md b/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/support_request.md new file mode 100644 index 0000000..a5a9e07 --- /dev/null +++ b/{{cookiecutter.app_name}}_role/.github/ISSUE_TEMPLATE/support_request.md @@ -0,0 +1,27 @@ +--- +name: Support Request +about: Support request or question about this project +title: "[SUPPORT]" +labels: question +assignees: '' + +--- + + + +### Description + +[Description of the issue] + +### Additional Information + +Any additional information, configuration or data that might be necessary to reproduce the issue. \ No newline at end of file diff --git a/{{cookiecutter.app_name}}_role/.github/PULL_REQUEST_TEMPLATE.md b/{{cookiecutter.app_name}}_role/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 2eb9c29..0000000 --- a/{{cookiecutter.app_name}}_role/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ -### Requirements - -* Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion. -* All new code requires tests to ensure against regressions -* Remember to set **idealista:develop** as base branch; - -### Description of the Change - - - - -### Benefits - - - -### Possible Drawbacks - - - -### Applicable Issues - - \ No newline at end of file From faa7d937cd6f415f8190cdbc52e039d9d4a6ac8c Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Wed, 25 Nov 2020 16:28:37 +0100 Subject: [PATCH 16/19] Changelogs --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e7e70..3cd52d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch - *[#40](https://github.com/idealista/cookiecutter-ansible-role/issues/40) Updated yamllint configuration* @frantsao ### Changed - *[#38](https://github.com/idealista/cookiecutter-ansible-role/pull/38) Bump goss version from 0.3.11 to 0.3.14* @vicsufer +- *[#30](https://github.com/idealista/cookiecutter-ansible-role/issues/30) Using a new version for issue template* @xtianae7 ### Removed - *[#39](https://github.com/idealista/cookiecutter-ansible-role/pull/39) Community health files* @vicsufer +- *[#30](https://github.com/idealista/cookiecutter-ansible-role/issues/30) PULL_REQUEST_TEMPLATE removed, replaced with default community health file* @xtianae7 ## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.2.0) (2020-11-10) ### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.1.0...2.2.0) From 2bd0a71e714b87195afb70080e3272c91d49b1f3 Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Wed, 25 Nov 2020 16:36:59 +0100 Subject: [PATCH 17/19] Extra space typo --- {{cookiecutter.app_name}}_role/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}_role/README.md b/{{cookiecutter.app_name}}_role/README.md index 25dfc70..99b5a85 100644 --- a/{{cookiecutter.app_name}}_role/README.md +++ b/{{cookiecutter.app_name}}_role/README.md @@ -32,7 +32,7 @@ Ansible {{ cookiecutter.ansible_version }} version installed. Molecule 3.x.x version installed. -For testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver and [Goss] (https://github.com/aelsabbahy/goss) as verifier. +For testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver and [Goss](https://github.com/aelsabbahy/goss) as verifier. ### Installing From 1e802edbc83b8bc61cca501af6b21cda0bba39e3 Mon Sep 17 00:00:00 2001 From: Christian Ardiente Date: Mon, 30 Nov 2020 13:26:43 +0100 Subject: [PATCH 18/19] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd52d8..d111694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ## Unreleased ### Fixed +### Added +### Changed +### Removed + +## [2.3.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.2.0) +### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.2.0...2.3.0) +### Fixed - *[#40](https://github.com/idealista/cookiecutter-ansible-role/issues/40) Updated yamllint configuration* @frantsao ### Changed - *[#38](https://github.com/idealista/cookiecutter-ansible-role/pull/38) Bump goss version from 0.3.11 to 0.3.14* @vicsufer @@ -12,7 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch - *[#39](https://github.com/idealista/cookiecutter-ansible-role/pull/39) Community health files* @vicsufer - *[#30](https://github.com/idealista/cookiecutter-ansible-role/issues/30) PULL_REQUEST_TEMPLATE removed, replaced with default community health file* @xtianae7 -## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.2.0) (2020-11-10) +## [2.2.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.2.0) (2020-11-10) ### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.1.0...2.2.0) ### Fixed From 3e3e36f15b50f946835540ebec88cdd0faa72b2e Mon Sep 17 00:00:00 2001 From: Christian Ardiente Date: Tue, 1 Dec 2020 11:03:57 +0100 Subject: [PATCH 19/19] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d111694..aaadc62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ### Changed ### Removed -## [2.3.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.2.0) +## [2.3.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.3.0) ### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.2.0...2.3.0) ### Fixed - *[#40](https://github.com/idealista/cookiecutter-ansible-role/issues/40) Updated yamllint configuration* @frantsao