diff --git a/tasks/proxy.yml b/tasks/proxy.yml index de4cb33..1149138 100644 --- a/tasks/proxy.yml +++ b/tasks/proxy.yml @@ -10,4 +10,5 @@ src: '/etc/nginx/sites-available/livepeer-config.conf' dest: '/etc/nginx/sites-enabled/livepeer-config.conf' state: link + force: true notify: reload nginx