Skip to content

Commit bc8422d

Browse files
authored
docs: fix README
1 parent 56b1cad commit bc8422d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ i.e this in the requirements.yml file for your project's playbook (not the requi
3030
- src: jdauphant.nginx
3131
version: v2.21.2
3232
```
33-
34-
Other dependencies are embedded in Ansible Galaxy's metadata, who should take care of install them:
35-
- `jdauphant.nginx` at version v2.21.2
36-
3733
## Role Variables
3834
3935
Browse the role's [defaults/main.yml](defaults/main.yml) and [vars/main.yml](vars/main.yml) files to see if there is anything you would like to change or need to override by setting in your playbook.
@@ -62,6 +58,7 @@ Example playbook calling the role adding and enabling ModSecurity for the defaul
6258
- hosts: servers
6359

6460
vars:
61+
nginx_modsec3_enabled: True
6562
nginx_modsec3_crs_version: v4.0/dev
6663
nginx_pkgs:
6764
- nginx

0 commit comments

Comments
 (0)