From e8986e8de1c879c85a5102e4b5975492813f7279 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 1 Oct 2020 14:08:56 +0200 Subject: [PATCH 1/2] 1.6.1 changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f5d6b..3b5315a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.6.1 (2020-10-01) + +BUG FIXES: +- Ensure install does not fail when no overrides are defined ([\#85](https://github.com/PowerDNS/pdns-ansible/pull/85)) +- Ensure that `ExecStart` is overridden, not appended to ([\#86](https://github.com/PowerDNS/pdns-ansible/pull/86)) + ## v1.6.0 (2020-09-18) BUG FIXES: From 7b858d9ce7c39bf303995de5f5132e3691082dc6 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 1 Oct 2020 16:06:09 +0200 Subject: [PATCH 2/2] Allow master branch failures --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 225acb2..2a88332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,9 @@ env: jobs: allow_failures: - - env: REC_VERSION=master + - env: ANSIBLE=2.7 TEST_SCENARIO=pdns-master + - env: ANSIBLE=2.8 TEST_SCENARIO=pdns-master + - env: ANSIBLE=2.9 TEST_SCENARIO=pdns-master # Install tox install: