-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support python3, smaller fixes, work on Fedora for casl (#311)
* Select correct selinux python library depending on python version * Add check_mode false to force listing VMs even in check mode * Add a note that defaults variables must be overwritten in the host's inventory * Make the ISO unmount handler work by replacing with_items with loops. The error was: 'dict object' has no attribute \"dict_keys(['../rhel-server-7.5-x86_64-dvd.iso'])\" Possibly due to Python 3 vs. 2 but it should solve the issue for everybody. * Make virt-install command generation more readable * Don't mount iso on boot to avoid breaking boot process of host * Correct task name for httpd service and leave enable as-is * Make sure that virt-install has one command per line Addresses comment #311 (comment)
- Loading branch information
Showing
5 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
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
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
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
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
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