Commit 80a274bc authored by nanahira's avatar nanahira

add pve header

parent b575dc6a
Pipeline #525 passed with stage
in 3 minutes and 51 seconds
...@@ -31,6 +31,11 @@ ...@@ -31,6 +31,11 @@
apt: apt:
name: python-is-python3,wireguard name: python-is-python3,wireguard
when: ansible_distribution_release == 'focal' when: ansible_distribution_release == 'focal'
- name: pve kernel header
become: true
apt:
name: 'pve-headers-{{ansible_kernel}}'
when: ansible_kernel.endswith("-pve")
- name: open-vm-tools - name: open-vm-tools
become: true become: true
apt: 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