diff --git a/testsite/playbooks/roles/wsgihello2/tasks/main.yml b/testsite/playbooks/roles/wsgihello2/tasks/main.yml index 4f96ffdaac8e9347c0a6ecd966c40897cd97ca8e..8fed7495cb887880b46857e71d5304cd73c245de 100644 --- a/testsite/playbooks/roles/wsgihello2/tasks/main.yml +++ b/testsite/playbooks/roles/wsgihello2/tasks/main.yml @@ -29,10 +29,10 @@ register: pip_sync_result changed_when: "pip_sync_result.stdout != 'Everything up-to-date'" notify: - - Restart website wsgireq.{{ testsite_domain }} + - Restart wsgihello2 - name: Deploy WSGI application copy: src="hello.wsgi" dest="/var/www/wsgireq.{{ testsite_domain }}/code/wsgi.py" owner="admin-wsgireq_{{ testsite_domain_underscores }}" group="web-wsgireq_{{ testsite_domain_underscores }}" mode=640 notify: - - Restart website wsgireq.{{ testsite_domain }} \ No newline at end of file + - Restart wsgihello2