nginx/server: Fix warnings on non OpenBSD hosts
This commit is contained in:
parent
0cda29bd26
commit
d25e7f51e9
1 changed files with 1 additions and 1 deletions
|
@ -116,6 +116,6 @@
|
|||
- name: Enable nginx service
|
||||
ansible.builtin.service:
|
||||
name: nginx
|
||||
arguments: -u
|
||||
arguments: "{% if ansible_system == 'OpenBSD' %}-u{% endif %}"
|
||||
state: started
|
||||
enabled: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue