Bump Ansible collections (#419)

This commit is contained in:
Alessandro Fael Garcia 2021-06-09 18:34:30 +02:00 committed by GitHub
parent a9451a60c7
commit 7470108692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -12,7 +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`.
* Update the Ansible `community.general` collection to `3.2.0` and `community.docker` collection to `1.7.0`.
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.1.0
version: 3.2.0
- name: ansible.posix
version: 1.2.0
```