mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2025-02-23 02:31:45 +01:00
Update README.md, requirements.txt and CHANGELOG.md
This commit is contained in:
parent
55f1f09f3a
commit
265b529bb6
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
|
||||
|
@ -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`.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user