Bump Ansible collections (#445)

This commit is contained in:
Alessandro Fael Garcia 2021-09-22 16:45:16 +02:00 committed by GitHub
parent ac6f23aa1f
commit 3dd86a1f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

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

View File

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

View File

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