Files
fedora-infra_ansible/roles/cloud_compute/handlers/main.yml
Miroslav Suchý 2764fefc72 try this
2015-03-10 15:36:30 +00:00

9 lines
262 B
YAML

- name: "update ca-trust"
command: /usr/bin/update-ca-trust
- name: "restart neutron-openvswitch-agent"
service: name=neutron-openvswitch-agent state=restarted
- name: "restart openstack-nova-compute"
service: name=openstack-nova-compute state=restarted