Skip to content

Commit

Permalink
Remove support for Ansible 2.3.x (no include_tasks)
Browse files Browse the repository at this point in the history
  • Loading branch information
lae committed Apr 22, 2018
1 parent 1c8931a commit ab19ab0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ galaxy_info:
company: FireEye, Inc.
license: MIT

min_ansible_version: 2.3
min_ansible_version: 2.4

platforms:
- name: Debian
Expand Down

0 comments on commit ab19ab0

Please sign in to comment.