summaryrefslogtreecommitdiff
path: root/roles/apt_repository/handlers/main.yml
blob: 6edd3d31057384e7d74d630a7426033977d37cfc (plain)
1
2
3
4
- name: restart apache2
  service:
    name: apache2
    state: restarted