Merge "Ignore libvirt start if running chrooted"

This commit is contained in:
Jenkins 2017-04-19 01:39:55 +00:00 committed by Gerrit Code Review
commit c558079f57
2 changed files with 3 additions and 1 deletions

View File

@ -10,3 +10,5 @@ libvirt_packages:
# The name of the libvirt service.
libvirtd_service: libvirtd
# If running in chroot-like environments (containers)
chrooted: false

View File

@ -27,4 +27,4 @@
state: running
enabled: true
become: true
when: not chrooted|bool