forked from ISTI-ansible-roles/ansible-roles
xen: Fix the ganeti playbook. Install xenmap, do not install fprobe
This commit is contained in:
parent
372d856260
commit
a7c764d959
|
@ -10,9 +10,7 @@
|
|||
- include: disable-ipv6-old-servers.yml
|
||||
when: disable_ipv6
|
||||
- include: denyhost.yml
|
||||
when:
|
||||
- is_debian_7_or_older
|
||||
- is_ubuntu_less_than_trusty
|
||||
when: ( is_debian_7_or_older ) or ( is_ubuntu_less_than_trusty )
|
||||
- include: munin.yml
|
||||
when: configure_munin
|
||||
- include: pubkeys.yml
|
||||
|
|
Loading…
Reference in New Issue