Update README.md, requirements.txt and CHANGELOG.md

This commit is contained in:
Xan Manning 2021-04-10 21:03:38 +01:00
parent 55f1f09f3a
commit 265b529bb6
3 changed files with 16 additions and 2 deletions

View File

@ -14,6 +14,20 @@
---
-->
## 2021-04-10, v2.8.2
### Notable changes
- #105 - Added Ansible v2.9.16 support
- #102 - Pre-check for cgroup status
### Known issues
- As per README.md, you require `ansible` >= 2.9.16
or `ansible-base` >= 2.10.4. See [#105(comment)](https://github.com/PyratLabs/ansible-role-k3s/issues/105#issuecomment-817182233)
---
## 2021-03-22, v2.8.1
### Notable changes

View File

@ -14,7 +14,7 @@ and [CHANGELOG.md](CHANGELOG.md).
The host you're running Ansible from requires the following Python dependencies:
- `ansbile >= 2.9.17` or `ansible-base >= 2.10.4`
- `ansbile >= 2.9.16` or `ansible-base >= 2.10.4`
You can install dependencies using the requirements.txt file in this repository:
`pip3 install -r requirements.txt`.

View File

@ -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