From 1cdeaa1144882e067168172f50832c845ad246c3 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 19 Feb 2021 15:50:00 +0100 Subject: [PATCH] Release 1.7.6 Changelog: * don't try to create a VM when the hostgroup has a compute resource defined by forcing compute_resource to be None * add a newline after the added REX key to play nicer with ssh-copy-id * properly load dnf repo substitutions from /etc for Oracle Linux * load dnf configuration as that might contain useful settings like proxies * don't fail if sub-man-migration can't be installed (like on EL8) * don't log bootstrap execution in the Ansible playbook --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.py b/bootstrap.py index 2c6a823..5f290ef 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -63,7 +63,7 @@ import rpm # pylint:disable=import-error -VERSION = '1.7.5' +VERSION = '1.7.6' # Python 2.4 only supports octal numbers by prefixing '0' # Python 3 only support octal numbers by prefixing '0o'