diff --git a/testsite/playbooks/roles/wsgihello/handlers/main.yml b/testsite/playbooks/roles/wsgihello/handlers/main.yml index 776c5423f205f7a2d58b729eecc80a760b6d16e9..1b39c8edfc4f8158a791ba4cf858b6c8fbbf1f86 100644 --- a/testsite/playbooks/roles/wsgihello/handlers/main.yml +++ b/testsite/playbooks/roles/wsgihello/handlers/main.yml @@ -1,6 +1,6 @@ --- - name: Restart wsgihello - service: + ansible.builtin.service: name: "wsgi.{{ testsite_domain }}" state: restarted