Update Ansible collections (#381)

This commit is contained in:
Alessandro Fael Garcia 2021-03-24 17:29:53 +01:00 committed by GitHub
parent 17fb7184af
commit 7f04ec6b85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 7 deletions

View File

@ -1,8 +1,8 @@
---
collections:
- name: community.general
version: 2.0.1
version: 2.3.0
- name: ansible.posix
version: 1.1.1
- name: community.docker
version: 1.2.0
- name: community.docker
version: 1.4.0

View File

@ -5,8 +5,14 @@
FEATURES:
* Replace Ansible community distribution with Ansible base and add the necessary extra collections as a dependency requirement. For reference, these are:
* `community.general`
* `ansible.posix`
```yaml
---
collections:
- name: community.general
version: 2.3.0
- name: ansible.posix
version: 1.2.0
```
* Add support for Dependabot.
ENHANCEMENTS:

View File

@ -26,9 +26,9 @@ With the advent of Ansible collections and the release of the [NGINX Core Ansibl
---
collections:
- name: community.general
version: 2.0.0
version: 2.3.0
- name: ansible.posix
version: 1.1.1
version: 1.2.0
```
**Note:** You can alternatively install the Ansible community distribution if you don't want to manage individual collections.
* Instructions on how to install Ansible can be found in the [Ansible website](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#upgrading-ansible-from-version-2-9-and-older-to-version-2-10-or-later).