Style - Not in YAML dictionary format
Depends-On: I2271fe8468840884f19f41abba37e696c6296350 Change-Id: I5829e60e85c8c5671edfcd28f5be0c0912dd30a0
This commit is contained in:
parent
322dbe437e
commit
88c354d4ae
@ -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…
Reference in New Issue
Block a user