diff --git a/tasks/configure.yml b/tasks/configure.yml index b9fe4b6..00fccce 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -20,7 +20,7 @@ creates: '{{ haproxy_ssl_certs_dir }}/{{ item }}.pem' with_items: '{{ haproxy_ssl_self_signed_domains }}' notify: - - haproxy restarted + - haproxy restart - name: haproxy | copy configuration file template: @@ -31,4 +31,4 @@ mode: '0440' validate: 'haproxy -f %s -c {% if haproxy_accept_warnings %}-q{% endif %}' notify: - - haproxy reloaded + - haproxy reload