Update Ansible collections (#394)

This commit is contained in:
Alessandro Fael Garcia 2021-04-28 17:46:28 +02:00 committed by GitHub
parent bb2f55e970
commit 72d977d521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
collections:
- name: community.general
version: 2.5.1
version: 3.0.0
- name: ansible.posix
version: 1.2.0
- name: community.docker

View File

@ -9,7 +9,7 @@ FEATURES:
---
collections:
- name: community.general
version: 2.5.1
version: 3.0.0
- name: ansible.posix
version: 1.2.0
```

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: 2.5.1
version: 3.0.0
- name: ansible.posix
version: 1.2.0
```