From 9164e92d38663a54ecdba72b3bb8472dda855fa4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 27 Apr 2020 15:26:35 +0200 Subject: [PATCH] Add missing change log entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4baa0f4..1ca14b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add bundle playbooks so that the only required config is `molecule.yml` +- Added an internal `molecule.yml` so that `molecule init role` can get good defaults (will work with Molecule >= 3.0.4). ## [0.1.0] - 2020-04-27