mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 02:20:43 +08:00
9 lines
262 B
YAML
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
|