nginx(role): add "logging" to the reserved configuration names
This commit is contained in:
parent
f59c5996bb
commit
177ad7d3be
2 changed files with 2 additions and 1 deletions
|
@ -3,4 +3,5 @@
|
|||
msg: "You used the following name: `{{ item.name }}`. Please make sure to not use the following names: `tls`, `redirect`."
|
||||
when: item.name == "tls"
|
||||
or item.name == "redirect"
|
||||
or item.name == "logging"
|
||||
loop: "{{ nginx__configurations }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue