enable automated setup of physical infrastructure
[integration/packaging/ansible-opendaylight.git] / roles / infra / handlers / main.yml
1 ---
2 - include: parse_apparmor_profile.yml
3
4 - name: restart docker
5   tags: docker
6   systemd:
7     state: restarted
8     daemon_reload: yes
9     name: docker
10   listen: restart docker