File diff 5f9f8aef3473 → 7f4f7163ae31
roles/wsgi_website/tasks/main.yml
Show inline comments
 
@@ -94,7 +94,7 @@
 
  file:
 
    path: "{{ home }}/virtualenv"
 
    state: absent
 
  when: "current_python_version.rc == 0 and not current_python_version.stdout.startswith(python_version | string)"
 
  when: "current_python_version.rc == 0 and not current_python_version.stdout.startswith('3')"
 
  notify:
 
    - Restart WSGI services