aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/secgroup/handlers/main.yml
blob: 551258d2caa0b217ebf84b47b4c8be45b64e71dc (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: restart controller relation service
  service: name={{ item }} state=restarted enabled=yes
  ignore_errors: True
  with_items: controller_services

- name: restart compute relation service
  service: name={{ item }} state=restarted enabled=yes
  ignore_errors: True
  with_items: compute_services