Skip to content

Commit 4e48ab0

Browse files
authored
Update Ansible collections (#73)
1 parent 24f84a8 commit 4e48ab0

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 2.0.1
4+
version: 2.3.0
55
- name: ansible.posix
6-
version: 1.1.1
7-
- name: community.docker
86
version: 1.2.0
7+
- name: community.docker
8+
version: 1.4.0

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ FEATURES:
66

77
* Add support for Dependabot.
88
* Replace Ansible community distribution with Ansible base and add the necessary extra collections as a dependency requirement. For reference, these are:
9-
* `community.general`
10-
* `ansible.posix`
9+
```yaml
10+
---
11+
collections:
12+
- name: community.general
13+
version: 2.3.0
14+
- name: ansible.posix
15+
version: 1.2.0
16+
```
1117
* You can now specify an `nginx_app_protect_repository` for NGINX App Protect.
1218
* You can now specify an `nginx_app_protect_security_updates_repository` for NGINX App Protect signatures and threat campaigns packages.
1319
* You can now specify NGINX App Protect signatures and threat campaigns package versions using the `nginx_app_protect_signatures_version` and `nginx_app_protect_threat_campaigns_version` variables.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ This role installs and configures NGINX App Protect (WAF) for NGINX Plus on your
1919
---
2020
collections:
2121
- name: community.general
22-
version: 2.0.0
22+
version: 2.3.0
2323
- name: ansible.posix
24-
version: 1.1.1
24+
version: 1.2.0
2525
```
2626
**Note:** You can alternatively install the Ansible community distribution if you don't want to manage individual collections.
2727
* 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).

0 commit comments

Comments
 (0)