diff --git a/testsite/playbooks/roles/wsgihello/tasks/main.yml b/testsite/playbooks/roles/wsgihello/tasks/main.yml index dc51d2fa715b29a5a5787ddb7e4c0cf1a080f596..49a51830e2f415960999f2c20443704cfe121165 100644 --- a/testsite/playbooks/roles/wsgihello/tasks/main.yml +++ b/testsite/playbooks/roles/wsgihello/tasks/main.yml @@ -8,4 +8,4 @@ copy: src="hello.wsgi" dest="/var/www/wsgi.{{ testsite_domain }}/code/wsgi.py" owner="admin-wsgi_{{ testsite_domain_underscores }}" group="web-wsgi_{{ testsite_domain_underscores }}" mode=640 notify: - - Restart website wsgi.{{ testsite_domain }} \ No newline at end of file + - Restart wsgihello