Files @ bd91d68d35bc
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/handlers/main.yml

branko
Noticket: Updated requirements and its input file to include python-vagrant package.
1
2
3
4
5
6
---

- name: "Restart website {{ fqdn }}"
  service:
    name: "{{ fqdn }}"
    state: restarted