Skip to content

Commit 580ecbd

Browse files
authored
Bump Ansible collections (#462)
1 parent 3b3593c commit 580ecbd

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 3.7.0
4+
version: 3.8.0
55
- name: ansible.posix
66
version: 1.3.0
77
- name: community.docker
8-
version: 1.9.1
8+
version: 2.0.0

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
2525
---
2626
collections:
2727
- name: community.general
28-
version: 3.7.0
28+
version: 3.8.0
2929
- name: ansible.posix
3030
version: 1.3.0
31+
- name: community.docker # Only required if you plan to use Molecule (see below)
32+
version: 2.0.0
3133
```
3234
3335
**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.
@@ -43,9 +45,9 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
4345

4446
* Molecule is used to test the various functionalities of the role. The recommended version of Molecule to test this role is `3.3`.
4547
* Instructions on how to install Molecule can be found in the [Molecule website](https://molecule.readthedocs.io/en/latest/installation.html). _You will also need to install the Molecule Docker driver._
46-
* To run the NGINX Plus Molecule tests, you must copy your NGINX Plus license to the role's [`files/license`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/files/license/) folder.
48+
* To run the NGINX Plus Molecule tests, you must copy your NGINX Plus license to the role's [`files/license`](https://github.com/nginxinc/ansible-role-nginx/blob/main/files/license/) folder.
4749

48-
You can alternatively add your NGINX Plusrepository certificate and key to the local environment. Run the following commands to export these files as base64-encoded variables and execute the Molecule tests:
50+
You can alternatively add your NGINX Plus repository certificate and key to the local environment. Run the following commands to export these files as base64-encoded variables and execute the Molecule tests:
4951

5052
```bash
5153
export NGINX_CRT=$( cat <path to your certificate file> | base64 )

0 commit comments

Comments
 (0)