forked from FF-RGB/ansible
nginx: rebase against Debian 12 config
This commit is contained in:
parent
22724967e0
commit
1465481113
@ -41,7 +41,7 @@
|
||||
- name: Ensure network and dns are available before nginx
|
||||
lineinfile:
|
||||
dest: /lib/systemd/system/nginx.service
|
||||
line: "After=network-online.target nss-lookup.target"
|
||||
line: "After=network-online.target remote-fs.target nss-lookup.target"
|
||||
regexp: "^After="
|
||||
|
||||
- name: Start nginx
|
||||
|
Loading…
Reference in New Issue
Block a user