Commit 12632029 authored by nanahira's avatar nanahira

missing

parent 91c36a8a
...@@ -27,17 +27,17 @@ ...@@ -27,17 +27,17 @@
apt: apt:
# state: latest # state: latest
update_cache: true update_cache: true
name: qemu,qemu-kvm,bridge-utils,virtinst,libguestfs-tools,ksmtuned,dmidecode,cockpit,cockpit-machines name: qemu,qemu-kvm,bridge-utils,virtinst,libguestfs-tools,ksmtuned,dmidecode,cockpit,cockpit-machines,libvirt-daemon,libvirt-dev
- name: packages for focal - name: packages for focal
become: true become: true
when: ansible_os_family == 'Debian' and ansible_distribution_release == 'focal' when: ansible_os_family == 'Debian' and ansible_distribution_release == 'focal'
apt: apt:
name: python3,python-is-python3,python3-libvirt,python3-lxml,libvirt-dev,libvirt-daemon name: python3,python-is-python3,python3-libvirt,python3-lxml
- name: packages for non-focal - name: packages for non-focal
become: true become: true
when: ansible_os_family == 'Debian' and ansible_distribution_release != 'focal' when: ansible_os_family == 'Debian' and ansible_distribution_release != 'focal'
apt: apt:
name: python,python-libvirt,python-lxml,libvirt-bin name: python,python-libvirt,python-lxml
- name: epel 7 - name: epel 7
become: true become: true
yum: yum:
......
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