Commit 34315d2a authored by nanahira's avatar nanahira

fixes

parent fa2434cb
......@@ -26,12 +26,12 @@
state: latest
update_cache: true
name: qemu,qemu-kvm,libvirt-bin,bridge-utils,virtinst,libguestfs-tools,ksmtuned
- name: python for Focal
- name: python 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 for non-Focal
- name: python for non-focal
become: true
when: ansible_os_family == 'Debian' and ansible_distribution_release != 'focal'
apt:
......
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