diff --git a/roles/wsgi_website/tasks/main.yml b/roles/wsgi_website/tasks/main.yml index d875c6737b4650cc2be203937a48b0632ab96e35..9835d8f8d17ac8dccb97866a6f7dd46a22e0b759 100644 --- a/roles/wsgi_website/tasks/main.yml +++ b/roles/wsgi_website/tasks/main.yml @@ -316,7 +316,7 @@ (deploy_systemd_socket_configuration is defined and deploy_systemd_socket_configuration.changed) or (deploy_systemd_service_configuration is defined and deploy_systemd_service_configuration.changed) or (install_gunciron_via_requirements is defined and install_gunciron_via_requirements.changed) or - (handlers | default(False) | bool() == True)) + (run_handlers | default(False) | bool() == True)) tags: - handlers # [ANSIBLE0016] Tasks that run when changed should likely be handlers