Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 931 Bytes

CHANGELOG.rst

File metadata and controls

37 lines (24 loc) · 931 Bytes

Ansible Leapp Collection Release Notes

  • Add the default variables async_timeout_maximum and async_poll_interval which configure the timeout and polling values resepectively for asynchronous task execution. - Setting async/poll values as default vars will allow override timer values based on the end user's particular needs.
  • Set the default to "disabled" in the selinux_mode default variable - This resolves an issue with a missing Ansible fact for servers where selinux is disabled
  • Fixed common role to resolve incorrect timestamps in log files
  • Fixed os_path is undefined error in upgrade role
  • Fixed shell tasks to use the correct variable "os_path"
  • Added os_path variable