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

Make ansible adhoc work with include_role #56163

Merged
merged 2 commits into from
May 8, 2019

Commits on May 7, 2019

  1. Make ansible adhoc work with include_role

    Fix logic condition so that include_role works
    without
    
    ```
    ERROR! 'async_val' is not a valid attribute for a IncludeRole
    
    The error appears to be in 'None': line 0, column 0, but may
    be elsewhere in the file depending on the exact syntax problem.
    
    (could not open file to display line)
    ```
    willthames committed May 7, 2019
    Configuration menu
    Copy the full SHA
    b234c9a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    44d4d07 View commit details
    Browse the repository at this point in the history