Bump Ansible collections (#445)
This commit is contained in:
parent
ac6f23aa1f
commit
3dd86a1f7a
@ -1,8 +1,8 @@
|
||||
---
|
||||
collections:
|
||||
- name: community.general
|
||||
version: 3.5.0
|
||||
version: 3.7.0
|
||||
- name: ansible.posix
|
||||
version: 1.2.0
|
||||
version: 1.3.0
|
||||
- name: community.docker
|
||||
version: 1.9.0
|
||||
version: 1.9.1
|
||||
|
@ -10,6 +10,7 @@ ENHANCEMENTS:
|
||||
|
||||
* Update the README and Ansible metadata matrix of supported distributions.
|
||||
* Update the Molecule tests to include the newly supported distributions and remove distributions that are no longer supported.
|
||||
* Bump the Ansible `community.general` collection to `3.7.0`, `ansible.posix` collection to `1.3.0` and `community.docker` collection to `1.9.1`.
|
||||
|
||||
## 0.21.0 (August 11, 2021)
|
||||
|
||||
|
@ -21,9 +21,9 @@ This role installs NGINX Open Source, NGINX Plus, or the NGINX Amplify agent on
|
||||
---
|
||||
collections:
|
||||
- name: community.general
|
||||
version: 3.5.0
|
||||
version: 3.7.0
|
||||
- name: ansible.posix
|
||||
version: 1.2.0
|
||||
version: 1.3.0
|
||||
```
|
||||
|
||||
**Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections.
|
||||
|
Loading…
Reference in New Issue
Block a user