Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport to 4.5.0.z: core: Fix time units for ansible async timeount #291

Commits on Apr 19, 2022

  1. core: Fix time units for ansible async timeount

    We have added async processing with a timeout as a part of
    oVirt#116 which should use the
    default Ansible playbook execution timeout specified by
    ANSIBLE_PLAYBOOK_EXEC_DEFAULT_TIMEOUT engine option. Unfortunately we
    forgot to convert time units of ANSIBLE_PLAYBOOK_EXEC_DEFAULT_TIMEOUT
    (specified in minutes) to seconds expected by async keyword inn ansible.
    
    Bug-Url: https://bugzilla.redhat.com/2076474
    Signed-off-by: Martin Perina <mperina@redhat.com>
    mwperina committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    36dc62b View commit details
    Browse the repository at this point in the history