mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Replaced community.general.pacman: by pacman to raise performance
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Install VirtualBox and kernel modules
|
||||
become: true
|
||||
pacman:
|
||||
community.general.pacman:
|
||||
name: >-
|
||||
virtualbox
|
||||
{{ lookup('pipe', "pacman -Qsq '^linux' | grep '^linux[0-9]*[-rt]*$' | awk '{print $1 \"-virtualbox-host-modules\"}' ORS=' '") }}
|
||||
|
Reference in New Issue
Block a user