Bump Ansible collections (#433)
This commit is contained in:
parent
96d0e833d9
commit
368f52d6f6
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: 3.2.0
|
version: 3.5.0
|
||||||
- name: ansible.posix
|
- name: ansible.posix
|
||||||
version: 1.2.0
|
version: 1.2.0
|
||||||
- name: community.docker
|
- name: community.docker
|
||||||
version: 1.7.0
|
version: 1.9.0
|
||||||
|
@ -11,6 +11,10 @@ FEATURES:
|
|||||||
* Add a `nginx_manage_repo` feature flag which allows disabling NGINX repo management by this role.
|
* 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.
|
* 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)
|
## 0.20.0 (June 9, 2021)
|
||||||
|
|
||||||
BREAKING CHANGES:
|
BREAKING CHANGES:
|
||||||
|
@ -20,7 +20,7 @@ This role installs NGINX Open Source, NGINX Plus, or the NGINX Amplify agent on
|
|||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: 3.2.0
|
version: 3.5.0
|
||||||
- name: ansible.posix
|
- name: ansible.posix
|
||||||
version: 1.2.0
|
version: 1.2.0
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user