Bump Ansible collections (#433)

This commit is contained in:
Alessandro Fael Garcia 2021-08-18 22:30:54 +02:00 committed by GitHub
parent 96d0e833d9
commit 368f52d6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

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

View File

@ -11,6 +11,10 @@ FEATURES:
* Add a `nginx_manage_repo` feature flag which allows disabling NGINX repo management by this role.
* Add a `nginx_install_epel_release` feature flag which allows epel-release to not be installed by this role if so desired.
ENHANCEMENTS:
Bump the Ansible `community.general` collection to `3.5.0` and `community.docker` collection to `1.9.0`.
## 0.20.0 (June 9, 2021)
BREAKING CHANGES:

View File

@ -20,7 +20,7 @@ This role installs NGINX Open Source, NGINX Plus, or the NGINX Amplify agent on
---
collections:
- name: community.general
version: 3.2.0
version: 3.5.0
- name: ansible.posix
version: 1.2.0
```