Bump Ansible collections (#476)

This commit is contained in:
Alessandro Fael Garcia 2021-12-09 22:43:14 +01:00 committed by GitHub
parent ac5453e6fb
commit 13cbd67750
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.8.0
version: 4.1.0
- name: ansible.posix
version: 1.3.0
- name: community.docker
version: 2.0.0
version: 2.0.2

View File

@ -15,7 +15,8 @@ FEATURES:
ENHANCEMENTS:
Add Alpine Linux 3.15 to list of tested and supported platforms.
* Add Alpine Linux 3.15 to list of tested and supported platforms.
* Bump the Ansible `community.general` collection to `4.2.0` and `community.docker` collection to `2.0.2`.
BUG FIXES:

View File

@ -25,11 +25,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
---
collections:
- name: community.general
version: 3.8.0
version: 4.1.0
- name: ansible.posix
version: 1.3.0
- name: community.docker # Only required if you plan to use Molecule (see below)
version: 2.0.0
version: 2.0.2
```
**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.