Skip to content

Commit

Permalink
Bugfix: #91, missing update to minumum ansible version var
Browse files Browse the repository at this point in the history
  • Loading branch information
xanmanning committed Jan 31, 2021
1 parent 5555bd3 commit 9cc4616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ansible>=2.9.16,!=2.10.0,!=2.10.1,!=2.10.2,!=2.10.3
ansible>2.9.16,!=2.10.0,!=2.10.1,!=2.10.2,!=2.10.3
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Minimum supported versions
k3s_min_version: 1.19.3
k3s_ansible_min_version: 2.10.4
k3s_ansible_min_version: 2.9.16

# Valid states for this role
k3s_valid_states:
Expand Down

0 comments on commit 9cc4616

Please sign in to comment.