Style - Not in YAML dictionary format
Depends-On: I2271fe8468840884f19f41abba37e696c6296350 Change-Id: I5829e60e85c8c5671edfcd28f5be0c0912dd30a0
This commit is contained in:
parent
c8630f72be
commit
e5a35a963e
@ -22,4 +22,7 @@
|
||||
failed_when: false
|
||||
|
||||
- name: Ensure tgt service restarted
|
||||
service: name=tgt state=restarted pattern=tgtd
|
||||
service:
|
||||
name: tgt
|
||||
state: restarted
|
||||
pattern: tgtd
|
||||
|
@ -50,7 +50,8 @@
|
||||
- neutron-upgrade
|
||||
|
||||
- name: Print neutron migrations facts
|
||||
debug: var=neutron_migrations
|
||||
debug:
|
||||
var: neutron_migrations
|
||||
when: neutron_plugin_type == 'ml2'
|
||||
tags:
|
||||
- neutron-db-setup
|
||||
|
@ -29,12 +29,12 @@
|
||||
- nova-kvm
|
||||
|
||||
- name: Set libvirtd config
|
||||
template: >
|
||||
src=libvirtd.conf.j2
|
||||
dest=/etc/libvirt/libvirtd.conf
|
||||
owner="root"
|
||||
group="root"
|
||||
mode=0644
|
||||
template:
|
||||
src: libvirtd.conf.j2
|
||||
dest: /etc/libvirt/libvirtd.conf
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: 0644
|
||||
notify: Restart libvirt-bin
|
||||
tags:
|
||||
- nova-kvm
|
||||
|
Loading…
x
Reference in New Issue
Block a user