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

Fix include loading for handler runs #69459

Closed
wants to merge 1 commit into from

Commits on May 12, 2020

  1. Fix include loading for handler runs

    When using the free (or host_pinned) strategy if your playbook includes
    a tasks, roles and handlers, an error can occur when handlers are run
    and there are included files to process. In the free.py strategy[0], when
    included files are run there is an additional check to see if the
    included file is a role and to process that differently than if it's an
    included file.
    
    [0] https://github.com/ansible/ansible/blob/c8704573396e7480b3e1b33b2ddda2b6325d0d80/lib/ansible/plugins/strategy/free.py#L244-L254
    
    Resolves ansible#69457
    mwhahaha committed May 12, 2020
    Configuration menu
    Copy the full SHA
    150cdf8 View commit details
    Browse the repository at this point in the history