Skip to content

Commit d86119b

Browse files
authored
Bump Ansible collections (#299)
1 parent 2bfc799 commit d86119b

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/requirements/requirements_ansible.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
collections:
33
- name: ansible.posix
44
version: 1.4.0
5-
- name: community.crypto
6-
version: 2.5.0
7-
- name: community.docker
8-
version: 3.1.0
95
- name: community.general
10-
version: 5.5.0
6+
version: 6.2.0
7+
- name: community.crypto # Only required to test the NGINX Plus Molecule scenario
8+
version: 2.10.0
9+
- name: community.docker # Only required if you plan to use Molecule
10+
version: 3.4.0

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.5.3 (Unreleased)
44

5+
ENHANCEMENTS:
6+
7+
Bump the Ansible `community.general` collection to `6.2.0` and `community.docker` collection to `3.4.0`.
8+
59
BUG FIXES:
610

711
GitHub actions should now correctly skip \*plus\* scenarios only when the NGINX Plus license secrets are not present.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ This role configures NGINX Open Source and NGINX Plus on your target host.
2323
- name: ansible.posix
2424
version: 1.4.0
2525
- name: community.general
26-
version: 5.5.0
26+
version: 6.2.0
2727
- name: community.docker # Only required if you plan to use Molecule (see below)
28-
version: 3.1.0
28+
version: 3.4.0
2929
```
3030
3131
**Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections.

0 commit comments

Comments
 (0)