taskotron-client dev: enable libvirtd
This commit is contained in:
parent
46fe3eed7a
commit
270d9c273d
1 changed files with 4 additions and 0 deletions
|
@ -52,3 +52,7 @@
|
||||||
- name: create /var/log/taskotron for task logfiles
|
- name: create /var/log/taskotron for task logfiles
|
||||||
file: path=/var/log/taskotron state=directory owner=root group={{ slaves_group }} mode=1775
|
file: path=/var/log/taskotron state=directory owner=root group={{ slaves_group }} mode=1775
|
||||||
when: deployment_type == 'dev'
|
when: deployment_type == 'dev'
|
||||||
|
|
||||||
|
- name: enable libvirtd
|
||||||
|
service: name=libvirtd state=started enabled=yes
|
||||||
|
when: deployment_type == 'dev'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue