Skip to content

Commit

Permalink
Release 1.7.6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
evgeni committed Feb 19, 2021
1 parent 18076ff commit 1cdeaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1cdeaa1

Please sign in to comment.