debian: add support
This patch adds support for this role to be able to deploy on Debian Stretch. Change-Id: I1058238e2467cc257ec48ba84fb89995079e9be7 Needed-By: I9a92b73c419a0dc1cca40dacfef75de61a61db94
This commit is contained in:
2 changed files with 2 additions and 2 deletions
@@ -133,7 +133,7 @@
regexp:"^KSM_ENABLED=*"
backup:yes
when:
- ansible_pkg_mgr == 'apt'
- ansible_distribution == 'Ubuntu'
notify:Restart libvirt-bin
tags:
- nova-config
@@ -70,7 +70,7 @@ nova_compute_kvm_distro_packages:
- bridge-utils
- genisoimage
- kpartx
- libvirt-bin
- "{{ (ansible_distribution == 'Debian') | ternary('libvirt-daemon-system', 'libvirt-bin') }}"
- open-iscsi
- python-guestfs
- python3-guestfs
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.