From abb00d9bc51b7a9c2f8127a5843bbef38876742c Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sun, 30 Apr 2017 21:16:12 +0100 Subject: [PATCH] Increased upper Ansible test range to Ansible 2.3 (#106) Ensure this role works with Ansible 2.3. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c0ace7..361c246 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,7 @@ python: '2.7' # Spin off separate builds for each of the following versions of Ansible env: - ANSIBLE_VERSION=2.0.2 - # Temporarily pin to 2.2.1 due to https://github.com/ansible/ansible/issues/23016 - - ANSIBLE_VERSION=2.2.1.0 + - ANSIBLE_VERSION=2.3.0 # Require the standard build environment sudo: required