Bump Ansible collections (#415)

This commit is contained in:
Alessandro Fael Garcia 2021-06-07 12:08:26 +02:00 committed by GitHub
parent fb391a09cc
commit eac53ac282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,8 @@
---
collections:
- name: community.general
version: 3.0.0
version: 3.1.0
- name: ansible.posix
version: 1.2.0
- name: community.docker
version: 1.5.0
version: 1.6.1

View File

@ -12,6 +12,7 @@ ENHANCEMENTS:
* Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible `2.11`.
* Update GitHub actions to add a workflow dispatch option.
* Replace "yes"/"no" boolean values with "true"/"false" to comply with YAML spec `1.2`.
* Update the Ansible `community.general` collection to `3.1.0` and `community.docker` collection to `1.6.1`.
BUG FIXES:

View File

@ -27,7 +27,7 @@ With the advent of Ansible collections and the release of the [NGINX Core Ansibl
---
collections:
- name: community.general
version: 3.0.0
version: 3.1.0
- name: ansible.posix
version: 1.2.0
```