From 3c9dc56267880d6447744e466d3bd09c070be526 Mon Sep 17 00:00:00 2001 From: Peter Mounce Date: Thu, 8 Aug 2019 15:47:10 +0100 Subject: [PATCH] Depend on ansible 2.8 for win_user_profile (#24) --- CHANGELOG.md | 2 ++ meta/main.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3caf7..ea848d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +- require ansible `2.8.x` for `win_user_profile` support. + ## 1.2.1 - 2019-04-25 - `buildkite_agent_tags_including_queue` option. diff --git a/meta/main.yml b/meta/main.yml index 1ad59da..01e9020 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -5,7 +5,7 @@ galaxy_info: license: Apache # 2.7.5 because https://github.com/ansible/ansible/issues/48728 via # https://github.com/ansible/ansible/blob/stable-2.7/changelogs/CHANGELOG-v2.7.rst#bugfixes - min_ansible_version: 2.7.5 + min_ansible_version: 2.8.0 platforms: - name: Ubuntu versions: