Bump Ansible collections (#476)
This commit is contained in:
parent
ac5453e6fb
commit
13cbd67750
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: 3.8.0
|
version: 4.1.0
|
||||||
- name: ansible.posix
|
- name: ansible.posix
|
||||||
version: 1.3.0
|
version: 1.3.0
|
||||||
- name: community.docker
|
- name: community.docker
|
||||||
version: 2.0.0
|
version: 2.0.2
|
||||||
|
@ -15,7 +15,8 @@ FEATURES:
|
|||||||
|
|
||||||
ENHANCEMENTS:
|
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:
|
BUG FIXES:
|
||||||
|
|
||||||
|
@ -25,11 +25,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
|
|||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: 3.8.0
|
version: 4.1.0
|
||||||
- name: ansible.posix
|
- name: ansible.posix
|
||||||
version: 1.3.0
|
version: 1.3.0
|
||||||
- name: community.docker # Only required if you plan to use Molecule (see below)
|
- 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.
|
**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