Changeset - 99b809cfeeb2
[Not reviewed]
0 1 0
Branko Majic (branko) - 5 years ago 2018-11-04 21:25:19
branko@majic.rs
MAR-135: Minor update to WSGI role (extra use of handlers env var).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/wsgi_website/tasks/main.yml
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)