Skip to content

Commit

Permalink
Fix the list index issue in ansible 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mao-hsiang Lien committed Nov 22, 2021
1 parent 8b6c184 commit b759b7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
make lint
- name: Test Asserts with sample value ansible=2.5
- name: Test Asserts with sample value ansible=2.8
run: |
make test
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###
### Variables
###
ANSIBLE_VERSION=2.5
ANSIBLE_VERSION=2.8


###
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This Ansible role is tagged according to the latest compatible (and tested by us

## Requirements

* Ansible 2.5
* Ansible 2.8
* Python lib: [pyaml](https://github.com/yaml/pyyaml)
* Binary: [kops](https://github.com/kubernetes/kops/blob/master/docs/install.md)

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
author: Patrick Plocke
license: Apache 2.0
description: Create customized KOPS (Kubernetes) templates.
min_ansible_version: 2.5
min_ansible_version: 2.8
platforms:
- name: all
versions:
Expand Down

0 comments on commit b759b7b

Please sign in to comment.