Last active
April 11, 2020 07:21
-
-
Save github-somerandomguy-xyz/722fe6449865a31fadb4fef29bb632af to your computer and use it in GitHub Desktop.
Enable service libvirt, and start if not started & adding existing user ansible to group libvirt/-qemu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Enable service libvirt, and start if not started | |
service: | |
name: libvirtd | |
enabled: yes | |
state: started |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment