From 5aa4dea3b7addf3a379d98475771bc4713c570fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez?= Date: Thu, 20 Aug 2020 13:25:01 +0200 Subject: [PATCH 1/2] Remove Vagrant references from .gitignores --- .gitignore | 1 - {{cookiecutter.app_name}}_role/{% raw %}.gitignore{% endraw %} | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6959226..6e3ff8e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ tests/.cache __pycache__ .pytest_cache .molecule -.vagrant .cache *.iml diff --git a/{{cookiecutter.app_name}}_role/{% raw %}.gitignore{% endraw %} b/{{cookiecutter.app_name}}_role/{% raw %}.gitignore{% endraw %} index c4029e0..c45c461 100644 --- a/{{cookiecutter.app_name}}_role/{% raw %}.gitignore{% endraw %} +++ b/{{cookiecutter.app_name}}_role/{% raw %}.gitignore{% endraw %} @@ -4,7 +4,6 @@ tests/.cache __pycache__ .pytest_cache .molecule -.vagrant .cache *.iml From f0fe1e0b29747c9584095e61cd20674f4b0b3d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez?= Date: Thu, 20 Aug 2020 13:25:31 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d36973..c04c7c2 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 +### Removed +- *[#9](https://github.com/idealista/cookiecutter-ansible-role/issues/9) Remove Vagrant pattern from role gitignore file* @vicsufer ### Added - *[#4](https://github.com/idealista/cookiecutter-ansible-role/issues/4) Upgrade to Goss v0.3.11* @pablogcaldito