aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/tg_sut/handlers/main.yaml
blob: 15a68036719ad33fd222fb3c5e20a83a436dcfda (plain)
1
2
3
4
5
6
7
8
---
# file roles/tg_sut/handlers/main.yaml

- name: Restart Docker
  service:
    name: 'docker'
    state: 'restarted'
  tags: restart-docker