nginx(role): add "logging" to the reserved configuration names

This commit is contained in:
June 2025-02-18 03:37:20 +01:00
commit 177ad7d3be
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 2 additions and 1 deletions

View file

@ -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 }}"