Skip to content

Commit

Permalink
refactor(ansible): remove Ansible 2.6 support
Browse files Browse the repository at this point in the history
Ansible 2.6 is no longer maintained or supported.

BREAKING CHANGE: Ansible 2.6 is not supported.
  • Loading branch information
markosamuli committed Feb 8, 2020
1 parent 295c049 commit f5d5156
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@ jobs:
- pre-commit run -a

# Run tests
- stage: test
name: "Ubuntu 16.04 (Xenial) with Ansible 2.6"
os: linux
dist: xenial
env: ANSIBLE_VERSION='<2.7.0'
- stage: test
name: "Ubuntu 16.04 (Xenial) with Ansible 2.7"
os: linux
Expand All @@ -152,6 +147,11 @@ jobs:
os: linux
dist: bionic
env: ANSIBLE_VERSION='<2.9.0,!=2.8.6'
- stage: test
name: "Ubuntu 18.04 (Bionic) with Ansible 2.9"
os: linux
dist: bionic
env: ANSIBLE_VERSION='<2.10'

- stage: test
name: "macOS 10.13 (High Sierra) with Xcode 10.1 with Homebrew"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* New variables `pyenv_python37_version` and `pyenv_python38_version`
* Removed `pyenv_python2_version` and `pyenv_python3_version` variables
* Removed macOS Mojave patch support
* Test with Ansible 2.9 on Travis CI
* Remove Ansible 2.6 support and tests on Travis CI

[pyenv-1216]: https://github.com/pyenv/pyenv/releases/tag/v1.2.16
[python-376]: https://www.python.org/downloads/release/python-376/
Expand Down
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
author: Marko Samuli Kirves
description: Installs pyenv and pyenv-virtualenv
license: MIT
min_ansible_version: 2.6
min_ansible_version: 2.7
github_branch: master
platforms:
- name: Debian
Expand All @@ -17,6 +17,7 @@ galaxy_info:
versions:
- xenial
- bionic
- eoan
- name: MacOSX
versions:
- '10.13'
Expand Down

0 comments on commit f5d5156

Please sign in to comment.