From ab19ab006500b033d183b3838fb2a08671b7b850 Mon Sep 17 00:00:00 2001 From: Musee Ullah Date: Sun, 22 Apr 2018 01:43:19 -0700 Subject: [PATCH] Remove support for Ansible 2.3.x (no include_tasks) --- .travis.yml | 1 - meta/main.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 76f0ad99..60e073c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ env: - ANSIBLE_GIT_VERSION='devel' # 2.6.x development branch - ANSIBLE_VERSION='<2.6.0' # 2.5.x - ANSIBLE_VERSION='<2.5.0' # 2.4.x - - ANSIBLE_VERSION='<2.4.0' # 2.3.x install: - if [ "$ANSIBLE_GIT_VERSION" ]; then pip install "https://github.com/ansible/ansible/archive/${ANSIBLE_GIT_VERSION}.tar.gz"; elif [ "$ANSIBLE_VERSION" ]; then pip install "ansible${ANSIBLE_VERSION}"; diff --git a/meta/main.yml b/meta/main.yml index f41bd9e8..0339be3a 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -4,7 +4,7 @@ galaxy_info: company: FireEye, Inc. license: MIT - min_ansible_version: 2.3 + min_ansible_version: 2.4 platforms: - name: Debian