Skip to content

Commit

Permalink
install kvm
Browse files Browse the repository at this point in the history
  • Loading branch information
estenrye committed Nov 22, 2021
1 parent ff8cbf0 commit 718f428
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/playbooks/install-kvm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- hosts: localhost
connection: local
tasks:
- name: install kvm
ansible.builtin.package:
name:
- virt-manager
become: true

0 comments on commit 718f428

Please sign in to comment.