Delete unnecessary `nginx` service restart step.

This commit is contained in:
Kazuhiro MUSASHI 2023-02-05 10:58:26 +09:00
parent 9438dc34b4
commit 227ddd9362
1 changed files with 0 additions and 3 deletions

View File

@ -61,6 +61,3 @@ service 'consul-template' do
action :restart
end
service 'nginx' do
action :restart
end