Commit 0b04f289 authored by nanahira's avatar nanahira

fix

parent 42561264
......@@ -15,12 +15,12 @@
apt:
# state: latest
update_cache: true
name: qemu,qemu-kvm,bridge-utils,virtinst,libguestfs-tools,ksmtuned,dmidecode,cockpit,cockpit-machines,libvirt-daemon,libvirt-dev
name: qemu,qemu-kvm,bridge-utils,virtinst,libguestfs-tools,ksmtuned,dmidecode,cockpit,cockpit-machines,libvirt-daemon,libvirt-dev,python3,python3-libvirt,python3-lxml
- name: packages for focal
become: true
when: ansible_os_family == 'Debian' and ansible_distribution_release == 'focal'
apt:
name: python3,python-is-python3,python3-libvirt,python3-lxml
name: python-is-python3,
- name: packages for non-focal
become: true
when: ansible_os_family == 'Debian' and ansible_distribution_release != 'focal'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment