Commit 91c36a8a authored by nanahira's avatar nanahira

missing

parent 33469aa8
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
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 name: python3,python-is-python3,python3-libvirt,python3-lxml,libvirt-dev,libvirt-daemon
- 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'
......
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