Skip to content

Commit f447c6a

Browse files
authored
Use nginxinc.nginx edge version 'main' (#111)
* Use nginxinc.nginx edge version 'main' * Update README about using 'main' branch of nginxinc.nginx * Highlighting section that pulls the edge ('main') version
1 parent bd5cb88 commit f447c6a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/requirements/requirements_ansible.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
roles:
33
- name: nginxinc.nginx
4-
version: 0.24.1
4+
src: https://github.com/nginxinc/ansible-role-nginx.git
5+
type: git
6+
version: main
57
collections:
68
- name: ansible.posix
79
version: 1.5.4

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Main difference between using NGINX OSS or NGINX Plus depends on which [Authenti
3232

3333
* This role is developed and tested with [maintained](https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html) versions of Ansible core (above `2.12`).
3434
* This role was developed and tested using **nginxinc.nginx** version **0.24.0**.
35+
* UPDATE 6/24/24: Use the edge *nginxinc.nginx* version, example of `requirements.yml` shown [here](https://github.com/nginxinc/ansible-role-nginx-management-suite/blob/8feff2413ca3b5281a4002dcd6518e38effcf7e4/.github/workflows/requirements/requirements_ansible.yml#L3-L6)
3536
* When using this role, you will also need to install the following collections below. Additional information installing these collections is below in the [Installation](#installation) section.
3637
* ansible.posix
3738
* community.general

0 commit comments

Comments
 (0)