nginx: Rename nginx/server to nginx

This commit is contained in:
Timo Makinen 2023-10-14 15:48:51 +00:00
parent 2119f96382
commit 4fb04065f9
22 changed files with 16 additions and 16 deletions

View file

@ -0,0 +1,5 @@
---
- name: Restart nginx
ansible.builtin.service:
name: nginx
state: restarted